diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-03-11 22:46:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-14 06:55:41 -0700 |
commit | a3eb7da31c998ae202717a91917954e98cbf8eb8 (patch) | |
tree | 4b911665c78f57606a723f949a645204e77c9e3f /meta | |
parent | f7fabf100c420a8845b4319078ff5a887ec8cff8 (diff) | |
download | poky-a3eb7da31c998ae202717a91917954e98cbf8eb8.tar.gz |
eglibc: Update SRC_URI to point to final download location
We have been using interim location for the src_uri
now the tarballs are placed in usual location so update
the src_uri accordingly
(From OE-Core rev: 58aae40bbf8edd9c5ca70b2094eeb724391f1993)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/eglibc/cross-localedef-native_2.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.19.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.19.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.19.bb index d3f43bd4d4..3ce0e1d394 100644 --- a/meta/recipes-core/eglibc/cross-localedef-native_2.19.bb +++ b/meta/recipes-core/eglibc/cross-localedef-native_2.19.bb | |||
@@ -16,7 +16,7 @@ inherit autotools | |||
16 | # pick up an eglibc patch | 16 | # pick up an eglibc patch |
17 | FILESPATH = "${FILE_DIRNAME}/eglibc-${PV}" | 17 | FILESPATH = "${FILE_DIRNAME}/eglibc-${PV}" |
18 | 18 | ||
19 | SRC_URI = "http://sakrah.homelinux.org/files/eglibc-${PV}-svnr25243.tar.bz2 \ | 19 | SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr25243.tar.bz2 \ |
20 | file://fix_for_centos_5.8.patch;patchdir=.. \ | 20 | file://fix_for_centos_5.8.patch;patchdir=.. \ |
21 | " | 21 | " |
22 | SRC_URI[md5sum] = "197836c2ba42fb146e971222647198dd" | 22 | SRC_URI[md5sum] = "197836c2ba42fb146e971222647198dd" |
diff --git a/meta/recipes-core/eglibc/eglibc_2.19.bb b/meta/recipes-core/eglibc/eglibc_2.19.bb index 7e582b6308..2bedf2613f 100644 --- a/meta/recipes-core/eglibc/eglibc_2.19.bb +++ b/meta/recipes-core/eglibc/eglibc_2.19.bb | |||
@@ -2,7 +2,7 @@ require eglibc.inc | |||
2 | 2 | ||
3 | DEPENDS += "gperf-native kconfig-frontends-native" | 3 | DEPENDS += "gperf-native kconfig-frontends-native" |
4 | 4 | ||
5 | SRC_URI = "http://sakrah.homelinux.org/files/eglibc-${PV}-svnr25243.tar.bz2 \ | 5 | SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr25243.tar.bz2 \ |
6 | file://eglibc-svn-arm-lowlevellock-include-tls.patch \ | 6 | file://eglibc-svn-arm-lowlevellock-include-tls.patch \ |
7 | file://IO-acquire-lock-fix.patch \ | 7 | file://IO-acquire-lock-fix.patch \ |
8 | file://mips-rld-map-check.patch \ | 8 | file://mips-rld-map-check.patch \ |