From bc7967f04161c90bd105e8e9921c55877bbbd114 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 22 Mar 2011 11:45:07 -0700 Subject: Various: Switch to using GNU_MIRROR (From OE-Core rev: bd9e899d1b07813c78f2dc2e5c46a67937839065) Signed-off-by: Tom Rini Signed-off-by: Richard Purdie --- meta/recipes-core/coreutils/coreutils_6.9.bb | 2 +- meta/recipes-core/coreutils/coreutils_8.9.bb | 2 +- meta/recipes-core/glibc/glibc_2.10.1.bb | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 2d7fdedea8..d8ea8cda9b 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb @@ -14,7 +14,7 @@ DEPENDS_virtclass-native = "perl-native gettext-native" inherit autotools gettext -SRC_URI_BASE = "http://ftp.gnu.org/gnu/coreutils/${BP}.tar.bz2 \ +SRC_URI_BASE = "${GNU_MIRROR}/coreutils/${BP}.tar.bz2 \ file://gnulib_m4.patch \ file://futimens.patch \ file://coreutils-ls-x.patch \ diff --git a/meta/recipes-core/coreutils/coreutils_8.9.bb b/meta/recipes-core/coreutils/coreutils_8.9.bb index 4b9a655e50..33422d1e1e 100644 --- a/meta/recipes-core/coreutils/coreutils_8.9.bb +++ b/meta/recipes-core/coreutils/coreutils_8.9.bb @@ -13,7 +13,7 @@ DEPENDS_virtclass-native = "perl-native gmp-native" inherit autotools gettext -SRC_URI = "http://ftp.gnu.org/gnu/coreutils/${BP}.tar.gz" +SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.gz" SRC_URI[md5sum] = "36909ae68840d73a800120cf74af794a" SRC_URI[sha256sum] = "aa991fa4296b22ff929a31a5cb5528bb783c84cdef4503c4ff311cfbeaebf50a" diff --git a/meta/recipes-core/glibc/glibc_2.10.1.bb b/meta/recipes-core/glibc/glibc_2.10.1.bb index 8cb97d5ccf..02d485e8ef 100644 --- a/meta/recipes-core/glibc/glibc_2.10.1.bb +++ b/meta/recipes-core/glibc/glibc_2.10.1.bb @@ -40,9 +40,9 @@ RDEPENDS_${PN}-dev = "linux-libc-headers-dev" # file://arm-machine-gmon.patch;patch=1;pnum=0 # file://arm-ioperm.patch;patch=1;pnum=0 # file://ldd.patch;patch=1;pnum=0 -SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \ - ftp://ftp.gnu.org/pub/gnu/glibc/glibc-ports-${PV}.tar.bz2 \ - ftp://ftp.gnu.org/pub/gnu/glibc/glibc-libidn-${PV}.tar.bz2 \ +SRC_URI = "${GNU_MIRROR}/glibc/glibc-${PV}.tar.bz2 \ + ${GNU_MIRROR}/glibc/glibc-ports-${PV}.tar.bz2 \ + ${GNU_MIRROR}/glibc/glibc-libidn-${PV}.tar.bz2 \ file://nscd-init.patch;striplevel=0 \ file://arm-memcpy.patch \ file://arm-longlong.patch \ -- cgit v1.2.3-54-g00ecf