summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.15.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-03-22 19:56:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-28 17:04:51 +0100
commit016cf3fc0b34844d1a3bb1745366b5870ad1aa1c (patch)
tree8f4aecbb93408cbb6469c665e5280bac0eb266b7 /meta/recipes-core/eglibc/eglibc_2.15.bb
parent241140d0eb6b31d831530d772ee2776325a01384 (diff)
downloadpoky-016cf3fc0b34844d1a3bb1745366b5870ad1aa1c.tar.gz
eglibc-2.15: Update SRCREV
Get new patches and remove the one that got merged upstream (From OE-Core rev: 0e1a843a1f0c54f00736170de39a8a8f62d26879) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.15.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.15.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb b/meta/recipes-core/eglibc/eglibc_2.15.bb
index 644d904214..75ccace76b 100644
--- a/meta/recipes-core/eglibc/eglibc_2.15.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.15.bb
@@ -1,6 +1,6 @@
1require eglibc.inc 1require eglibc.inc
2 2
3SRCREV = "16540" 3SRCREV = "17386"
4 4
5DEPENDS += "gperf-native" 5DEPENDS += "gperf-native"
6PR = "r2" 6PR = "r2"
@@ -12,7 +12,6 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
12 file://IO-acquire-lock-fix.patch \ 12 file://IO-acquire-lock-fix.patch \
13 file://mips-rld-map-check.patch \ 13 file://mips-rld-map-check.patch \
14 file://stack-protector-test.patch \ 14 file://stack-protector-test.patch \
15 file://armv4-eabi-compile-fix.patch \
16 file://etc/ld.so.conf \ 15 file://etc/ld.so.conf \
17 file://generate-supported.mk \ 16 file://generate-supported.mk \
18 file://ppc-sqrt.patch \ 17 file://ppc-sqrt.patch \
@@ -22,6 +21,8 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
22 file://use-sysroot-cxx-headers.patch \ 21 file://use-sysroot-cxx-headers.patch \
23 file://x86_fenv.patch \ 22 file://x86_fenv.patch \
24 file://ppc-sqrt_finite.patch \ 23 file://ppc-sqrt_finite.patch \
24 file://GLRO_dl_debug_mask.patch \
25 file://initgroups_keys.patch \
25 " 26 "
26LIC_FILES_CHKSUM = "file://LICENSES;md5=98a1128c4b58120182cbea3b1752d8b9 \ 27LIC_FILES_CHKSUM = "file://LICENSES;md5=98a1128c4b58120182cbea3b1752d8b9 \
27 file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ 28 file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \