blob: 2968590dd84f3b11e84d5543df8e00781b6b1eba [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 Geissler635e0e42020-08-21 15:58:33 -05007SRC_URI = "https://s3.amazonaws.com/json-c_releases/releases/${BP}.tar.gz"
Andrew Geissler475cb722020-07-10 16:00:51 -05008
Andrew Geissler635e0e42020-08-21 15:58:33 -05009SRC_URI[sha256sum] = "b8d80a1ddb718b3ba7492916237bbf86609e9709fb007e7f7d4322f02341a4c6"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
Brad Bishop00e122a2019-10-05 11:10:57 -040011UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
12UPSTREAM_CHECK_REGEX = "json-c-(?P<pver>\d+(\.\d+)+)-\d+"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013
14RPROVIDES_${PN} = "libjson"
15
Andrew Geissler4ed12e12020-06-05 18:00:41 -050016inherit cmake
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
18BBCLASSEXTEND = "native nativesdk"