Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data" |
| 2 | HOMEPAGE = "http://www.digip.org/jansson/" |
| 3 | BUGTRACKER = "https://github.com/akheron/jansson/issues" |
| 4 | LICENSE = "MIT" |
Andrew Geissler | 2ee498a | 2020-05-29 15:52:06 -0500 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 6 | |
| 7 | SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz" |
| 8 | |
Andrew Geissler | 2ee498a | 2020-05-29 15:52:06 -0500 | [diff] [blame] | 9 | SRC_URI[md5sum] = "570af45b8203e95876d71fecd56cee20" |
| 10 | SRC_URI[sha256sum] = "f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f47a474f" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 11 | |
| 12 | inherit autotools pkgconfig |
| 13 | |
Brad Bishop | 2f97392 | 2019-11-11 07:58:48 -0500 | [diff] [blame] | 14 | BBCLASSEXTEND = "native" |