update buildroot to 2017.02.11
This commit is contained in:
13
bsp/buildroot-2017.02.11/package/cjson/cjson.mk
Normal file
13
bsp/buildroot-2017.02.11/package/cjson/cjson.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# cjson
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CJSON_VERSION = v1.2.1
|
||||
CJSON_SITE = $(call github,DaveGamble,cjson,$(CJSON_VERSION))
|
||||
CJSON_INSTALL_STAGING = YES
|
||||
CJSON_LICENSE = MIT
|
||||
CJSON_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user