buildroot/package/json-c/json-c.mk
Christopher Pelloux 7b4581cca8 package/json-c: bump version to 0.14
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>
2020-06-24 21:35:11 +02:00

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))