kumquat-buildroot/package/cjson/cjson.mk
Vicente Olivert Riera 8cd0f493d6 cjson: bump version to v1.2.0
Also remove the patch since it's already contained in this release.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-09 15:08:19 +01:00

14 lines
364 B
Makefile

################################################################################
#
# cjson
#
################################################################################
CJSON_VERSION = v1.2.0
CJSON_SITE = $(call github,DaveGamble,cjson,$(CJSON_VERSION))
CJSON_INSTALL_STAGING = YES
CJSON_LICENSE = MIT
CJSON_LICENSE_FILES = LICENSE
$(eval $(cmake-package))