summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-04-30 13:37:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-03 15:48:07 +0100
commit188dff3daf048e369bcab0d1db2964490e43d734 (patch)
treed1acaadbab028a593eb3821233341609afbbee18 /meta/recipes-support/gnutls/gnutls.inc
parent68eadb4847439d838fe7ad0d50173ea5eebcef91 (diff)
downloadpoky-188dff3daf048e369bcab0d1db2964490e43d734.tar.gz
gnutls: Update to 2.12.18
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>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls.inc')
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 157612e2b3..f489fb6f9f 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -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