blob: 99fde873b1f21cd8bb656e4e010b2b3c07b34231 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "C bindings for apps which will manipulate JSON data"
2DESCRIPTION = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C."
3HOMEPAGE = "https://github.com/json-c/json-c/wiki"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2"
6
Andrew Geissler4ed12e12020-06-05 18:00:41 -05007SRC_URI = "https://s3.amazonaws.com/json-c_releases/releases/${BP}.tar.gz"
8SRC_URI[sha256sum] = "b377de08c9b23ca3b37d9a9828107dff1de5ce208ff4ebb35005a794f30c6870"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009
Brad Bishop00e122a2019-10-05 11:10:57 -040010UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
11UPSTREAM_CHECK_REGEX = "json-c-(?P<pver>\d+(\.\d+)+)-\d+"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012
13RPROVIDES_${PN} = "libjson"
14
Andrew Geissler4ed12e12020-06-05 18:00:41 -050015inherit cmake
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016
17BBCLASSEXTEND = "native nativesdk"