summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/coreutils/coreutils_6.9.bb2
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.9.bb2
-rw-r--r--meta/recipes-core/glibc/glibc_2.10.1.bb6
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"
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"
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"
40# file://arm-machine-gmon.patch;patch=1;pnum=0 40# file://arm-machine-gmon.patch;patch=1;pnum=0
41# file://arm-ioperm.patch;patch=1;pnum=0 41# file://arm-ioperm.patch;patch=1;pnum=0
42# file://ldd.patch;patch=1;pnum=0 42# file://ldd.patch;patch=1;pnum=0
43SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \ 43SRC_URI = "${GNU_MIRROR}/glibc/glibc-${PV}.tar.bz2 \
44 ftp://ftp.gnu.org/pub/gnu/glibc/glibc-ports-${PV}.tar.bz2 \ 44 ${GNU_MIRROR}/glibc/glibc-ports-${PV}.tar.bz2 \
45 ftp://ftp.gnu.org/pub/gnu/glibc/glibc-libidn-${PV}.tar.bz2 \ 45 ${GNU_MIRROR}/glibc/glibc-libidn-${PV}.tar.bz2 \
46 file://nscd-init.patch;striplevel=0 \ 46 file://nscd-init.patch;striplevel=0 \
47 file://arm-memcpy.patch \ 47 file://arm-memcpy.patch \
48 file://arm-longlong.patch \ 48 file://arm-longlong.patch \