SUMMARY = "C bindings for apps which will manipulate JSON data" DESCRIPTION = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C." HOMEPAGE = "https://github.com/json-c/json-c/wiki" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2" SRC_URI = "file://json-c-${PV}.tar.gz" SRC_URI[md5sum] = "8110782cb2a996da5517f1f27a4bed8e" SRC_URI[sha256sum] = "8e45ac8f96ec7791eaf3bb7ee50e9c2100bbbc87b8d0f1d030c5ba8a0288d96b" RPROVIDES_${PN} = "libjson" #inherit autotools inherit cmake INSANE_SKIP_${PN} += "installed-vs-shipped" BBCLASSEXTEND = "native nativesdk"