summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/jansson/jansson_2.13.1.bb (renamed from meta-oe/recipes-extended/jansson/jansson_2.12.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/jansson/jansson_2.12.bb b/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb
index f47fe5725c..d6e56ea768 100644
--- a/meta-oe/recipes-extended/jansson/jansson_2.12.bb
+++ b/meta-oe/recipes-extended/jansson/jansson_2.13.1.bb
@@ -2,12 +2,12 @@ SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON d
2HOMEPAGE = "http://www.digip.org/jansson/" 2HOMEPAGE = "http://www.digip.org/jansson/"
3BUGTRACKER = "https://github.com/akheron/jansson/issues" 3BUGTRACKER = "https://github.com/akheron/jansson/issues"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=fc2548c0eb83800f29330040e18b5a05" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf"
6 6
7SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz" 7SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
8 8
9SRC_URI[md5sum] = "0ed1f3a924604aae68067c214b0010ef" 9SRC_URI[md5sum] = "570af45b8203e95876d71fecd56cee20"
10SRC_URI[sha256sum] = "5f8dec765048efac5d919aded51b26a32a05397ea207aa769ff6b53c7027d2c9" 10SRC_URI[sha256sum] = "f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f47a474f"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13