summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.16.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-07-17 23:39:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-18 14:29:31 +0100
commit4f20d6e9ccef33bcf2a7f01da5f465620f23a1e4 (patch)
treec33aeace08604749b68bb828c321778f3de74ce3 /meta/recipes-core/eglibc/eglibc_2.16.bb
parentecd5308c90e384e2bb9d68e0e03a284410ab897e (diff)
downloadpoky-4f20d6e9ccef33bcf2a7f01da5f465620f23a1e4.tar.gz
eglibc: Fix build for e500 cores
e500 support needed to be updared to match eglibc 2.16 (From OE-Core rev: ae9748c614dc8e56cde3de2401c922607ed97620) 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, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb
index 09f5dbbe05..23a4130185 100644
--- a/meta/recipes-core/eglibc/eglibc_2.16.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.16.bb
@@ -3,7 +3,7 @@ require eglibc.inc
3SRCREV = "19383" 3SRCREV = "19383"
4 4
5DEPENDS += "gperf-native" 5DEPENDS += "gperf-native"
6PR = "r0" 6PR = "r1"
7PR_append = "+svnr${SRCPV}" 7PR_append = "+svnr${SRCPV}"
8 8
9EGLIBC_BRANCH="eglibc-2_16" 9EGLIBC_BRANCH="eglibc-2_16"
@@ -22,6 +22,7 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=h
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 \ 24 file://rpc-bootstrap.patch \
25 file://e500-math_private.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 \