blob: fdec5ec9afad805f2d6cd91de7b0327f0b78aabe [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
Patrick Williams03907ee2022-05-01 06:28:52 -05009SRC_URI[sha256sum] = "8e45ac8f96ec7791eaf3bb7ee50e9c2100bbbc87b8d0f1d030c5ba8a0288d96b"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
Andrew Geisslereff27472021-10-29 15:35:00 -050011UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/tags"
Brad Bishop00e122a2019-10-05 11:10:57 -040012UPSTREAM_CHECK_REGEX = "json-c-(?P<pver>\d+(\.\d+)+)-\d+"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013
Patrick Williams213cb262021-08-07 19:21:33 -050014RPROVIDES:${PN} = "libjson"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015
Andrew Geissler4ed12e12020-06-05 18:00:41 -050016inherit cmake
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
18BBCLASSEXTEND = "native nativesdk"