You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
5373215617
Updates license hash due to upstream whitespace fixes: https://github.com/open-source-parsers/jsoncpp/commit/be4a512887e350adc8b1ae19bc2cb81d15c8846f#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7 Release notes: https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.5 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
479 B
Makefile
16 lines
479 B
Makefile
################################################################################
|
|
#
|
|
# jsoncpp
|
|
#
|
|
################################################################################
|
|
|
|
JSONCPP_VERSION = 1.9.5
|
|
JSONCPP_SITE = $(call github,open-source-parsers,jsoncpp,$(JSONCPP_VERSION))
|
|
JSONCPP_LICENSE = Public Domain or MIT
|
|
JSONCPP_LICENSE_FILES = LICENSE
|
|
JSONCPP_CPE_ID_VENDOR = jsoncpp_project
|
|
JSONCPP_INSTALL_STAGING = YES
|
|
JSONCPP_CONF_OPTS = -Dtests=false
|
|
|
|
$(eval $(meson-package))
|