diff options
Diffstat (limited to 'meta-oe/recipes-extended/jansson/jansson_2.15.0.bb')
| -rw-r--r-- | meta-oe/recipes-extended/jansson/jansson_2.15.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/jansson/jansson_2.15.0.bb b/meta-oe/recipes-extended/jansson/jansson_2.15.0.bb new file mode 100644 index 0000000000..829ac1ad49 --- /dev/null +++ b/meta-oe/recipes-extended/jansson/jansson_2.15.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9911525d4128bee234ee2d3ccaa2537" | ||
| 6 | |||
| 7 | SRC_URI = "https://github.com/akheron/${BPN}/releases/download/v${PV}/${BP}.tar.bz2 \ | ||
| 8 | file://0001-Honour-multilib-paths.patch \ | ||
| 9 | file://0001-Only-export-symbols-starting-with-json_-and-jansson_.patch \ | ||
| 10 | " | ||
| 11 | SRC_URI[sha256sum] = "a7eac7765000373165f9373eb748be039c10b2efc00be9af3467ec92357d8954" | ||
| 12 | |||
| 13 | UPSTREAM_CHECK_URI = "https://github.com/akheron/${BPN}/releases" | ||
| 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 15 | |||
| 16 | inherit cmake pkgconfig | ||
| 17 | |||
| 18 | EXTRA_OECMAKE = "-DJANSSON_BUILD_SHARED_LIBS=${@ 'OFF' if d.getVar('DISABLE_STATIC') == '' else 'ON' }" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native" | ||
