summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/eglibc_2.13.bb
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-08-01 09:26:22 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:01:18 +0100
commitbae126b9b3a993dcd572eaf438c7ea5db843f6f5 (patch)
tree9cd586c85e9c62e50d5aace4fdac3a60509aae6d /meta/recipes-core/eglibc/eglibc_2.13.bb
parentd557b18845d2ddc035d7f3949713ba1961a8cce1 (diff)
downloadopenembedded-core-bae126b9b3a993dcd572eaf438c7ea5db843f6f5.tar.gz
openembedded-core-bae126b9b3a993dcd572eaf438c7ea5db843f6f5.tar.bz2
openembedded-core-bae126b9b3a993dcd572eaf438c7ea5db843f6f5.tar.xz
openembedded-core-bae126b9b3a993dcd572eaf438c7ea5db843f6f5.zip
eglibc_2.13: Add support for handling sqrt & sqrtf on powerpc
Some of powerpc's dont support the fsqrt[s] instructions so we need an implementation of the library functions for those processors. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.13.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index ddca50fe8..b0a8bfdfe 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -3,7 +3,7 @@ require eglibc.inc
SRCREV = "14157"
DEPENDS += "gperf-native"
-PR = "r10"
+PR = "r11"
PR_append = "+svnr${SRCPV}"
EGLIBC_BRANCH="eglibc-2_13"
@@ -17,6 +17,7 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
file://etc/ld.so.conf \
file://generate-supported.mk \
file://glibc_bug_fix_12454.patch \
+ file://ppc-sqrt.patch \
"
LIC_FILES_CHKSUM = "file://LICENSES;md5=98a1128c4b58120182cbea3b1752d8b9 \
file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \