diff options
-rw-r--r-- | meta-oe/recipes-extended/jansson/jansson_2.9.bb (renamed from meta-oe/recipes-extended/jansson/jansson_2.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/jansson/jansson_2.4.bb b/meta-oe/recipes-extended/jansson/jansson_2.9.bb index c235729fec..455b3744ac 100644 --- a/meta-oe/recipes-extended/jansson/jansson_2.4.bb +++ b/meta-oe/recipes-extended/jansson/jansson_2.9.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data" | 1 | SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data" |
2 | HOMEPAGE = "http://www.digip.org/jansson/" | 2 | HOMEPAGE = "http://www.digip.org/jansson/" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6946b728e700de875e60ebb453cc3a20" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8b70213ec164c7bd876ec2120ba52f61" |
5 | 5 | ||
6 | SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz" | 6 | SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "c4629b89bf0432f3158c461e88fe0113" | 8 | SRC_URI[md5sum] = "84abaefee9502b2f2ff394d758f160c7" |
9 | SRC_URI[sha256sum] = "1fcbd1ac3d8b610644acf86a5731d760bb228c9acbace20a2ad0f23baec79b41" | 9 | SRC_URI[sha256sum] = "0ad0d074ca049a36637e7abef755d40849ad73e926b93914ce294927b97bd2a5" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||