cjson: bump to version v1.0.2
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 3 Dec 2016 19:47:45 +0000 (20:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Dec 2016 14:40:07 +0000 (15:40 +0100)
commitc8824a428b12c433e47e525978fe2ad216a074e3
treea1e059be4d927f8dfb5b75e2619b3b20f92d6d68
parent40685f6a51fcba41721e0b798393cb0b01dfe27b
cjson: bump to version v1.0.2

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>
package/cjson/Config.in
package/cjson/cjson.hash [new file with mode: 0644]
package/cjson/cjson.mk
package/tinycbor/0001-Update-cjson-include-path.patch [new file with mode: 0644]
package/tinycbor/0002-Fix-static-compilation-of-json2cbor.patch [new file with mode: 0644]