add json-c, upgrade cjson
This commit is contained in:
parent
397251b5c9
commit
7327aeadbc
|
@ -0,0 +1,13 @@
|
||||||
|
SUMMARY = "C bindings for apps which will manipupate JSON data"
|
||||||
|
DESCRIPTION = "An ultra-lightwight, portable, sigle-file, simple-as-can-be ANSI-C parser, under MIT license"
|
||||||
|
HOMEPAGE = "https://sourceforge.net/projects/cjson"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d3e69d3d465fba0ca6b5f837f6945322"
|
||||||
|
SRC_URI = "git://github.com/DaveGamble/cJSON.git;protocol=https"
|
||||||
|
SRCREV = "d348621ca93571343a56862df7de4ff3bc9b5667"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit cmake
|
||||||
|
|
||||||
|
INSANE_SKIP_${PN} += "installed-vs-shipped"
|
|
@ -82,6 +82,7 @@ IMAGE_INSTALL_append = " \
|
||||||
softhsm2 \
|
softhsm2 \
|
||||||
libgcrypt \
|
libgcrypt \
|
||||||
zeromq \
|
zeromq \
|
||||||
|
json-c \
|
||||||
"
|
"
|
||||||
|
|
||||||
install_proc() {
|
install_proc() {
|
||||||
|
|
Loading…
Reference in New Issue