aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glibc/glibc_2.9.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-11-05 13:07:08 +0100
committerKoen Kooi <koen@openembedded.org>2010-11-05 13:15:48 +0100
commit1d5c108b01d2cfdc3fbb1ce81d8268e0334e315d (patch)
tree497067e329f3e7f33a566f07a8988ff0fac7c011 /recipes/glibc/glibc_2.9.bb
parent4ec3e12938d9bfa351817a357cd70cfda9d99c9c (diff)
downloadopenembedded-1d5c108b01d2cfdc3fbb1ce81d8268e0334e315d.tar.gz
glibc 2.9: add experimental, angstrom only memcpy patch
* Angstrom only till it receives further testing * Apart from the PR bump, this has no impact at all on non-angstrom distros Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Philip Balister <philip@balister.org>
Diffstat (limited to 'recipes/glibc/glibc_2.9.bb')
-rw-r--r--recipes/glibc/glibc_2.9.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb
index 1d7fad8a0f..456871dbd2 100644
--- a/recipes/glibc/glibc_2.9.bb
+++ b/recipes/glibc/glibc_2.9.bb
@@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm"
PACKAGES_DYNAMIC = "libc6*"
RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
# the -isystem in bitbake.conf screws up glibc do_stage
BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
@@ -72,6 +72,8 @@ SRC_URI_append = " file://0001-malloc-memusage.c-update_data-Fix-handling-of-wra
file://0003-Fix-wrap-around-in-memusage.patch "
+SRC_URI_append_angstrom = "file://neon-memcpy.patch"
+
# Build fails on sh3 and sh4 without additional patches
SRC_URI_append_sh3 = " file://no-z-defs.patch \
file://glibc-2.9-sh-fix.patch"