Move all to deprecated folder.
This commit is contained in:
7
deprecated/firmware/buildroot/package/jansson/Config.in
Normal file
7
deprecated/firmware/buildroot/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/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 7905e6590fb316c0ff943df3dc6a21cd81a59cff7a6d12514054c359d04d78d7 jansson-2.7.tar.gz
|
||||
14
deprecated/firmware/buildroot/package/jansson/jansson.mk
Normal file
14
deprecated/firmware/buildroot/package/jansson/jansson.mk
Normal 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))
|
||||
Reference in New Issue
Block a user