c8824a428b
This is a major update in cjson: - project site moved from sourceforge to github - project recommends to use the new cmake buildsystem instead of the legacy make - BR2_STATIC_LIBS is now OK (README does not mention issue anymore) - As include path and library name have changed, tinycbor has to be updated - As cjson can now be built as a static library, fix a bug in json2cbor compilation from tinycbor package Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
config BR2_PACKAGE_CJSON
|
|
bool "cJSON"
|
|
help
|
|
An ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C
|
|
compliant JSON parser, under MIT license.
|
|
|
|
https://github.com/DaveGamble/cJSON
|