summaryrefslogtreecommitdiff
path: root/packages/glibc/glibc_2.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-11-06 21:47:11 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-11-06 21:47:11 +0000
commitfb81dbbc01a4ac094318c16689df443493d4aab7 (patch)
treef33bccac68e1054e03642e0d767fa5f00929892e /packages/glibc/glibc_2.4.bb
parent78b090a6db5d3237dd062af9cb6d7e4c860fc435 (diff)
glibc-2.4: Add upstream fix for ARM IPC issues
Diffstat (limited to 'packages/glibc/glibc_2.4.bb')
-rw-r--r--packages/glibc/glibc_2.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/glibc/glibc_2.4.bb b/packages/glibc/glibc_2.4.bb
index dc844ea1d2..b9917aad95 100644
--- a/packages/glibc/glibc_2.4.bb
+++ b/packages/glibc/glibc_2.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "required"
-PR = "r10"
+PR = "r11"
#add the hosts that are confirmed to be working to COMPATIBLE_HOSTi
COMPATIBLE_HOST = '(i.86.*-linux|sh.*-linux)'
@@ -63,6 +63,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-2.4.tar.bz2 \
file://glibc-2.4-openat-3.patch;patch=1 \
file://fixup-aeabi-syscalls.patch;patch=1 \
file://zecke-sane-readelf.patch;patch=1 \
+ file://arm_eabi_ipc_fix.patch;patch=1 \
file://generic-bits_select.h \
file://generic-bits_types.h \
file://generic-bits_typesizes.h \