xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "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"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf"
6
7SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
8
9SRC_URI[md5sum] = "570af45b8203e95876d71fecd56cee20"
10SRC_URI[sha256sum] = "f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f47a474f"
11
12inherit autotools pkgconfig
13
14# upstream considers it isn't a real bug https://github.com/akheron/jansson/issues/548
15CVE_CHECK_IGNORE = "CVE-2020-36325 "
16
17BBCLASSEXTEND = "native"
18