gnutls: Update to 2.12.18
authorSaul Wold <sgw@linux.intel.com>
Mon, 30 Apr 2012 20:37:43 +0000 (13:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2012 14:48:07 +0000 (15:48 +0100)
Change the SRC_URI to use the GNU_MIRROR

(From OE-Core rev: 753b22012f10c393c191d3116b9d38ee4be6d112)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnutls/gnutls-2.12.18/configure-fix.patch [moved from meta/recipes-support/gnutls/gnutls-2.12.17/configure-fix.patch with 100% similarity]
meta/recipes-support/gnutls/gnutls-2.12.18/correct_rpl_gettimeofday_signature.patch [moved from meta/recipes-support/gnutls/gnutls-2.12.17/correct_rpl_gettimeofday_signature.patch with 100% similarity]
meta/recipes-support/gnutls/gnutls-2.12.18/fix-gettext-version.patch [moved from meta/recipes-support/gnutls/gnutls-2.12.17/fix-gettext-version.patch with 100% similarity]
meta/recipes-support/gnutls/gnutls-2.12.18/gnutls-openssl.patch [moved from meta/recipes-support/gnutls/gnutls-2.12.17/gnutls-openssl.patch with 100% similarity]
meta/recipes-support/gnutls/gnutls-2.12.18/gnutls-texinfo-euro.patch [moved from meta/recipes-support/gnutls/gnutls-2.12.17/gnutls-texinfo-euro.patch with 100% similarity]
meta/recipes-support/gnutls/gnutls.inc
meta/recipes-support/gnutls/gnutls_2.12.18.bb [moved from meta/recipes-support/gnutls/gnutls_2.12.17.bb with 77% similarity]

index 157612e..f489fb6 100644 (file)
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://lib/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
                     file://libextra/COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
+SRC_URI = "${GNU_MIRROR}/gnutls/gnutls-${PV}.tar.bz2"
 
 inherit autotools binconfig pkgconfig gettext
 
@@ -7,8 +7,8 @@ SRC_URI += "file://gnutls-openssl.patch \
             file://configure-fix.patch \
            "
 
-SRC_URI[md5sum] = "f08990f1afa4e1d0ee13e64e537c7854"
-SRC_URI[sha256sum] = "588ad6b0901c789f2f6afcec88ac4d688801bf1a024c9afa08706bb8d9868bf3"
+SRC_URI[md5sum] = "e9215d00d2930e09bc8f23f02b54f2d1"
+SRC_URI[sha256sum] = "780b12e3f05191316390611a3d9d982d29ca3f3abc234517b2fc542064b6f07a"
 
 python() {
     if not ((d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1):