summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-10-01 15:59:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 23:30:08 +0100
commit809d97b938a34553d651152548e752573690ebd3 (patch)
treea2da88ec4ff784776d083042a3a7efe8c8cfbcfe /meta/recipes-support/gnutls
parente5a85ac2e42db412688c3dbffda0028a7646bb39 (diff)
downloadpoky-809d97b938a34553d651152548e752573690ebd3.tar.gz
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. (From OE-Core rev: 8430748e838872b22fe0e83a7dbf3a2a5b1faba2) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: John Howard <john.howard@intel.com> CC: Scott Garman <scott.a.garman@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/gnutls.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 157612e2b3..e818f0705b 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/"
3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" 3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
4DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline" 4DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline"
5 5
6INC_PR = "r6" 6INC_PR = "r7"
7 7
8LICENSE = "GPLv3+ & LGPLv2.1+" 8LICENSE = "GPLv3+ & LGPLv2.1+"
9LICENSE_${PN} = "LGPLv2.1+" 9LICENSE_${PN} = "LGPLv2.1+"
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
15 file://lib/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ 15 file://lib/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
16 file://libextra/COPYING;md5=d32239bcb673463ab874e80d47fae504" 16 file://libextra/COPYING;md5=d32239bcb673463ab874e80d47fae504"
17 17
18SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" 18SRC_URI = "${GNU_MIRROR}/gnutls/gnutls-${PV}.tar.bz2"
19 19
20inherit autotools binconfig pkgconfig gettext 20inherit autotools binconfig pkgconfig gettext
21 21