Files
buildroot/package/jsoncpp/jsoncpp.mk
Bernd Kuhls f25d7056cb package/jsoncpp: bump version to 1.9.8
https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.8

Removed patch which is included in this release.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-07-14 12:25:38 +02:00

16 lines
466 B
Makefile

################################################################################
#
# jsoncpp
#
################################################################################
JSONCPP_VERSION = 1.9.8
JSONCPP_SITE = $(call github,open-source-parsers,jsoncpp,$(JSONCPP_VERSION))
JSONCPP_LICENSE = Public Domain or MIT
JSONCPP_LICENSE_FILES = LICENSE
JSONCPP_CPE_ID_VALID = YES
JSONCPP_INSTALL_STAGING = YES
JSONCPP_CONF_OPTS = -Dtests=false
$(eval $(meson-package))