update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_JANSSON
bool "jansson"
help
Jansson is a C library for encoding, decoding and manipulating JSON
data.
http://www.digip.org/jansson/

View File

@@ -0,0 +1,2 @@
# Locally calculated after checking pgp signature
sha256 0ad0d074ca049a36637e7abef755d40849ad73e926b93914ce294927b97bd2a5 jansson-2.9.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# jansson
#
################################################################################
JANSSON_VERSION = 2.9
JANSSON_SITE = http://www.digip.org/jansson/releases
JANSSON_LICENSE = MIT
JANSSON_LICENSE_FILES = LICENSE
JANSSON_INSTALL_STAGING = YES
JANSSON_CONF_ENV = LIBS="-lm"
$(eval $(autotools-package))