libjson: new package

[Peter: fix static builds, don't run ldconfig, disable assert checks]
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Simon Dawson
2013-03-27 10:28:00 +00:00
committed by Peter Korsgaard
parent 8f434ff274
commit 26406543db
4 changed files with 84 additions and 0 deletions

11
package/libjson/Config.in Normal file
View File

@@ -0,0 +1,11 @@
config BR2_PACKAGE_LIBJSON
bool "libjson"
depends on BR2_INSTALL_LIBSTDCPP
help
A JSON reader and writer which is super-efficient and usually
runs circles around other JSON libraries.
http://sourceforge.net/projects/libjson/
comment "libjson requires a toolchain with C++ support"
depends on !BR2_INSTALL_LIBSTDCPP