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>
This commit is contained in:
Tom Rini
2011-03-22 11:45:07 -07:00
committed by Richard Purdie
parent 92e8ef0c10
commit bc7967f041
12 changed files with 22 additions and 22 deletions

View File

@@ -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 \

View File

@@ -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"