blob: d6e56ea7687c4d5c6125d77e6196671269da45cc [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
2HOMEPAGE = "http://www.digip.org/jansson/"
3BUGTRACKER = "https://github.com/akheron/jansson/issues"
4LICENSE = "MIT"
Andrew Geissler2ee498a2020-05-29 15:52:06 -05005LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf"
Brad Bishop19323692019-04-05 15:28:33 -04006
7SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
8
Andrew Geissler2ee498a2020-05-29 15:52:06 -05009SRC_URI[md5sum] = "570af45b8203e95876d71fecd56cee20"
10SRC_URI[sha256sum] = "f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f47a474f"
Brad Bishop19323692019-04-05 15:28:33 -040011
12inherit autotools pkgconfig
13
Brad Bishop2f973922019-11-11 07:58:48 -050014BBCLASSEXTEND = "native"