summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/jansson/jansson_2.15.0.bb
diff options
context:
space:
mode:
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.bb20
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 @@
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=d9911525d4128bee234ee2d3ccaa2537"
6
7SRC_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 "
11SRC_URI[sha256sum] = "a7eac7765000373165f9373eb748be039c10b2efc00be9af3467ec92357d8954"
12
13UPSTREAM_CHECK_URI = "https://github.com/akheron/${BPN}/releases"
14UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
15
16inherit cmake pkgconfig
17
18EXTRA_OECMAKE = "-DJANSSON_BUILD_SHARED_LIBS=${@ 'OFF' if d.getVar('DISABLE_STATIC') == '' else 'ON' }"
19
20BBCLASSEXTEND = "native"