[oe-commits] Darren Hart : gnutls: Update SRC_URI to use GNU_MIRROR

git at git.openembedded.org git at git.openembedded.org
Wed Oct 10 22:34:37 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: 8430748e838872b22fe0e83a7dbf3a2a5b1faba2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8430748e838872b22fe0e83a7dbf3a2a5b1faba2

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Mon Oct  1 15:59:43 2012 -0700

gnutls: Update SRC_URI to use GNU_MIRROR

The current SRC_URI fails. Update it with the GNU_MIRROR SRC_URI from
upstream commit 753b22012f10c393c191d3116b9d38ee4be6d112.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
CC: John Howard <john.howard at intel.com>
CC: Scott Garman <scott.a.garman at intel.com>

---

 meta/recipes-support/gnutls/gnutls.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 157612e..e818f07 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/"
 BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
 DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline"
 
-INC_PR = "r6"
+INC_PR = "r7"
 
 LICENSE = "GPLv3+ & LGPLv2.1+"
 LICENSE_${PN} = "LGPLv2.1+"
@@ -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
 





More information about the Openembedded-commits mailing list