Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 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 7905e6590fb316c0ff943df3dc6a21cd81a59cff7a6d12514054c359d04d78d7 jansson-2.7.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# jansson
#
################################################################################
JANSSON_VERSION = 2.7
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))