7b4581cca8
Notes: - json-c now uses cmake instead of autoconf - This version also brings support to the much welcomed feature for parsing uint64_t types Signed-off-by: Christopher Pelloux <git@chp.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
399 B
Makefile
15 lines
399 B
Makefile
################################################################################
|
|
#
|
|
# json-c
|
|
#
|
|
################################################################################
|
|
|
|
JSON_C_VERSION = 0.14
|
|
JSON_C_SITE = https://s3.amazonaws.com/json-c_releases/releases
|
|
JSON_C_INSTALL_STAGING = YES
|
|
JSON_C_LICENSE = MIT
|
|
JSON_C_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(cmake-package))
|
|
$(eval $(host-cmake-package))
|