mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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>
This commit is contained in:
@@ -16,7 +16,7 @@ inherit autotools
|
|||||||
# pick up an eglibc patch
|
# pick up an eglibc patch
|
||||||
FILESPATH = "${FILE_DIRNAME}/eglibc-${PV}"
|
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=.. \
|
file://fix_for_centos_5.8.patch;patchdir=.. \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "197836c2ba42fb146e971222647198dd"
|
SRC_URI[md5sum] = "197836c2ba42fb146e971222647198dd"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ require eglibc.inc
|
|||||||
|
|
||||||
DEPENDS += "gperf-native kconfig-frontends-native"
|
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://eglibc-svn-arm-lowlevellock-include-tls.patch \
|
||||||
file://IO-acquire-lock-fix.patch \
|
file://IO-acquire-lock-fix.patch \
|
||||||
file://mips-rld-map-check.patch \
|
file://mips-rld-map-check.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user