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-core | |
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-core')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.10.1.bb | 6 |
3 files changed, 5 insertions, 5 deletions
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 \ |