summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.16.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-29 22:27:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-02 05:52:10 -0700
commit5b8e46dbd01c13d156485ffb079f5917fed0b989 (patch)
tree907d646bf86003a5ed9cb3902a7e83710e1c8f8c /meta/recipes-core/eglibc/eglibc_2.16.bb
parent26fbe842641dec877c1c576f06035426c9003d5a (diff)
downloadpoky-5b8e46dbd01c13d156485ffb079f5917fed0b989.tar.gz
eglibc: Bring in the fix for glibc bug #14459, #14195
Fixes strtod integer/buffer overflow bug as detailed below http://sourceware.org/ml/libc-alpha/2012-08/msg00202.html Remove rpc-bootstrap patch since its already applied upstream 2.16 branch (From OE-Core rev: 45c4215639d2e15069c11ccb28f71580a4306dd9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.16.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.16.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb
index 69803f7fa6..3b11892e68 100644
--- a/meta/recipes-core/eglibc/eglibc_2.16.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.16.bb
@@ -1,6 +1,6 @@
1require eglibc.inc 1require eglibc.inc
2 2
3SRCREV = "19922" 3SRCREV = "20393"
4 4
5DEPENDS += "gperf-native" 5DEPENDS += "gperf-native"
6PR = "r6" 6PR = "r6"
@@ -21,7 +21,6 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=h
21 file://initgroups_keys.patch \ 21 file://initgroups_keys.patch \
22 file://eglibc_fix_findidx_parameters.patch \ 22 file://eglibc_fix_findidx_parameters.patch \
23 file://ppc_slow_ieee754_sqrt.patch \ 23 file://ppc_slow_ieee754_sqrt.patch \
24 file://rpc-bootstrap.patch \
25 file://e500-math_private.patch \ 24 file://e500-math_private.patch \
26 file://fileops-without-wchar-io.patch \ 25 file://fileops-without-wchar-io.patch \
27 file://add_resource_h_to_wait_h.patch \ 26 file://add_resource_h_to_wait_h.patch \