summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-22 11:45:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-23 15:44:02 +0000
commitbc7967f04161c90bd105e8e9921c55877bbbd114 (patch)
tree37f59436d383ca6ee04bcdad2821d95e112bfcb2 /meta/recipes-core/coreutils
parent92e8ef0c10e2cf1b71ba5440f3ca918a26fded27 (diff)
downloadpoky-bc7967f04161c90bd105e8e9921c55877bbbd114.tar.gz
Various: Switch to using GNU_MIRROR
(From OE-Core rev: bd9e899d1b07813c78f2dc2e5c46a67937839065) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/coreutils')
-rw-r--r--meta/recipes-core/coreutils/coreutils_6.9.bb2
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.9.bb2
2 files changed, 2 insertions, 2 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"
14 14
15inherit autotools gettext 15inherit autotools gettext
16 16
17SRC_URI_BASE = "http://ftp.gnu.org/gnu/coreutils/${BP}.tar.bz2 \ 17SRC_URI_BASE = "${GNU_MIRROR}/coreutils/${BP}.tar.bz2 \
18 file://gnulib_m4.patch \ 18 file://gnulib_m4.patch \
19 file://futimens.patch \ 19 file://futimens.patch \
20 file://coreutils-ls-x.patch \ 20 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"
13 13
14inherit autotools gettext 14inherit autotools gettext
15 15
16SRC_URI = "http://ftp.gnu.org/gnu/coreutils/${BP}.tar.gz" 16SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.gz"
17 17
18SRC_URI[md5sum] = "36909ae68840d73a800120cf74af794a" 18SRC_URI[md5sum] = "36909ae68840d73a800120cf74af794a"
19SRC_URI[sha256sum] = "aa991fa4296b22ff929a31a5cb5528bb783c84cdef4503c4ff311cfbeaebf50a" 19SRC_URI[sha256sum] = "aa991fa4296b22ff929a31a5cb5528bb783c84cdef4503c4ff311cfbeaebf50a"