Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 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))