From bd9e899d1b07813c78f2dc2e5c46a67937839065 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 Signed-off-by: Tom Rini --- meta/recipes-core/coreutils/coreutils_6.9.bb | 2 +- meta/recipes-core/coreutils/coreutils_8.9.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-core/coreutils') 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" -- cgit 1.2.3-korg