diff options
author | Valentin Popa <valentin.popa@intel.com> | 2014-05-06 16:25:39 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-11 12:27:21 +0100 |
commit | 9b1d46688f5258229c2b6b11ce805c4de8e2c7fe (patch) | |
tree | 34d8adf61cd3c260391315ff01ab9041183bf36e /meta/recipes-support/gnutls | |
parent | f9421caf32504d6716a8caa0c4de8c64e8b4f570 (diff) | |
download | poky-9b1d46688f5258229c2b6b11ce805c4de8e2c7fe.tar.gz |
libtasn1: upgrade to 3.5
(From OE-Core rev: 08efbacd016072c3345dc115e8b87519e7d36a89)
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/libtasn1_3.5.bb (renamed from meta/recipes-support/gnutls/libtasn1_3.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/libtasn1_3.4.bb b/meta/recipes-support/gnutls/libtasn1_3.5.bb index 174eddf11c..0c0ebcd4c7 100644 --- a/meta/recipes-support/gnutls/libtasn1_3.4.bb +++ b/meta/recipes-support/gnutls/libtasn1_3.5.bb | |||
@@ -13,8 +13,8 @@ SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \ | |||
13 | file://dont-depend-on-help2man.patch \ | 13 | file://dont-depend-on-help2man.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[md5sum] = "21ec021c534b0f30b2834ce233c70f15" | 16 | SRC_URI[md5sum] = "62c76352d0e17df1c082fe1c38bad5cf" |
17 | SRC_URI[sha256sum] = "f353507a458fe2372b791016a056c95946eebfc7256b49013851f134a5e6acc8" | 17 | SRC_URI[sha256sum] = "d7fcffbc08b6413533b817d4ede5c2eadcb3dcb21c71cc91de6ece25191519ed" |
18 | 18 | ||
19 | inherit autotools texinfo binconfig lib_package | 19 | inherit autotools texinfo binconfig lib_package |
20 | 20 | ||