update buildroot to 2017.02.11
This commit is contained in:
7
bsp/buildroot-2017.02.11/package/cjson/Config.in
Normal file
7
bsp/buildroot-2017.02.11/package/cjson/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_CJSON
|
||||
bool "cJSON"
|
||||
help
|
||||
An ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C
|
||||
compliant JSON parser, under MIT license.
|
||||
|
||||
https://github.com/DaveGamble/cJSON
|
||||
2
bsp/buildroot-2017.02.11/package/cjson/cjson.hash
Normal file
2
bsp/buildroot-2017.02.11/package/cjson/cjson.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 1d976ca423d714b7e836cfbc1980b56f49962d0dfe654edb3c2ffa5c713af242 cjson-v1.2.1.tar.gz
|
||||
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