update buildroot to 2017.02.11
This commit is contained in:
7
bsp/buildroot-2017.02.11/package/jansson/Config.in
Normal file
7
bsp/buildroot-2017.02.11/package/jansson/Config.in
Normal 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/
|
||||
2
bsp/buildroot-2017.02.11/package/jansson/jansson.hash
Normal file
2
bsp/buildroot-2017.02.11/package/jansson/jansson.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 0ad0d074ca049a36637e7abef755d40849ad73e926b93914ce294927b97bd2a5 jansson-2.9.tar.gz
|
||||
14
bsp/buildroot-2017.02.11/package/jansson/jansson.mk
Normal file
14
bsp/buildroot-2017.02.11/package/jansson/jansson.mk
Normal 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))
|
||||
Reference in New Issue
Block a user