diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-03-22 11:45:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 12:27:00 +0000 |
commit | bd9e899d1b07813c78f2dc2e5c46a67937839065 (patch) | |
tree | c0490e1e0881f266bcf561d08905db3769778cff /meta/recipes-support | |
parent | 0499bacc30274f2300fb956362bda8a53fdc625e (diff) | |
download | openembedded-core-bd9e899d1b07813c78f2dc2e5c46a67937839065.tar.gz openembedded-core-bd9e899d1b07813c78f2dc2e5c46a67937839065.tar.bz2 openembedded-core-bd9e899d1b07813c78f2dc2e5c46a67937839065.zip |
Various: Switch to using GNU_MIRROR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libiconv/libiconv_1.9.2.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.bb b/meta/recipes-support/aspell/aspell_0.60.6.bb index 696d5b4dd1..455ea356cd 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.bb @@ -1,4 +1,4 @@ -SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz" +SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz" SRC_URI[md5sum] = "bc80f0198773d5c05086522be67334eb" SRC_URI[sha256sum] = "4f5b1520e26cf6bbb1b5ca8a2f9f22948c3ca38ac4c2dd9e02df042fee7c0e36" diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 6b56f7e7c8..66349e6e21 100644 --- a/meta/recipes-support/gmp/gmp.inc +++ b/meta/recipes-support/gmp/gmp.inc @@ -3,7 +3,7 @@ DESCRIPTION = "GNU multiprecision arithmetic library" HOMEPAGE = "http://www.swox.com/gmp/" LICENSE = "GPLv3 LGPLv3" -SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \ +SRC_URI = "${GNU_MIRROR}/gmp/gmp-${PV}.tar.bz2 \ file://configure.patch \ file://amd64.patch " diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb index d70dcf2665..74da6b8b1c 100644 --- a/meta/recipes-support/gmp/gmp_4.2.1.bb +++ b/meta/recipes-support/gmp/gmp_4.2.1.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" PR = "r0" -SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/${BP}.tar.bz2 \ +SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ file://disable-stdc.patch" inherit autotools diff --git a/meta/recipes-support/libiconv/libiconv_1.9.2.bb b/meta/recipes-support/libiconv/libiconv_1.9.2.bb index d427dcef83..dac9e3cf0c 100644 --- a/meta/recipes-support/libiconv/libiconv_1.9.2.bb +++ b/meta/recipes-support/libiconv/libiconv_1.9.2.bb @@ -7,7 +7,7 @@ NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8" PROVIDES = "virtual/libiconv" PR = "r4" LICENSE = "LGPL" -SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz" +SRC_URI = "${GNU_MIRROR}/libiconv/libiconv-${PV}.tar.gz" S = "${WORKDIR}/libiconv-${PV}" |