xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
2*4882a593SmuzhiyunHOMEPAGE = "http://www.digip.org/jansson/"
3*4882a593SmuzhiyunBUGTRACKER = "https://github.com/akheron/jansson/issues"
4*4882a593SmuzhiyunLICENSE = "MIT"
5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunSRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSRC_URI[md5sum] = "570af45b8203e95876d71fecd56cee20"
10*4882a593SmuzhiyunSRC_URI[sha256sum] = "f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f47a474f"
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuninherit autotools pkgconfig
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun# upstream considers it isn't a real bug https://github.com/akheron/jansson/issues/548
15*4882a593SmuzhiyunCVE_CHECK_IGNORE = "CVE-2020-36325 "
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunBBCLASSEXTEND = "native"
18