[oe-commits] Khem Raj : eglibc: Update SRC_URI to point to final download location

git at git.openembedded.org git at git.openembedded.org
Fri Mar 14 13:48:18 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 58aae40bbf8edd9c5ca70b2094eeb724391f1993
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=58aae40bbf8edd9c5ca70b2094eeb724391f1993

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Mar 11 22:46:50 2014 -0700

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

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/eglibc/cross-localedef-native_2.19.bb | 2 +-
 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 d3f43bd..3ce0e1d 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
 # pick up an eglibc patch
 FILESPATH = "${FILE_DIRNAME}/eglibc-${PV}"
 
-SRC_URI = "http://sakrah.homelinux.org/files/eglibc-${PV}-svnr25243.tar.bz2 \
+SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr25243.tar.bz2 \
 	   file://fix_for_centos_5.8.patch;patchdir=.. \
 	  "
 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 7e582b6..2bedf26 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
 
 DEPENDS += "gperf-native kconfig-frontends-native"
 
-SRC_URI = "http://sakrah.homelinux.org/files/eglibc-${PV}-svnr25243.tar.bz2 \
+SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr25243.tar.bz2 \
            file://eglibc-svn-arm-lowlevellock-include-tls.patch \
            file://IO-acquire-lock-fix.patch \
            file://mips-rld-map-check.patch \



More information about the Openembedded-commits mailing list