mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
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:
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user