aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/jansson/jansson_2.13.1.bb')
-rw-r--r--meta-oe/recipes-extended/jansson/jansson_2.13.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb b/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb
new file mode 100644
index 0000000000..d6e56ea768
--- /dev/null
+++ b/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
+HOMEPAGE = "http://www.digip.org/jansson/"
+BUGTRACKER = "https://github.com/akheron/jansson/issues"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf"
+
+SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "570af45b8203e95876d71fecd56cee20"
+SRC_URI[sha256sum] = "f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f47a474f"
+
+inherit autotools pkgconfig
+
+BBCLASSEXTEND = "native"