summaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-16 22:38:43 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-16 22:38:43 +0100
commit7901380195c8426cb4901310809d09a844a5e90e (patch)
treedfb158b9f0816324ad5e7097b628be77a0e79979 /meta/packages/glibc
parent1acaab0f4bcbcb648167a15a924def801be63979 (diff)
downloadpoky-7901380195c8426cb4901310809d09a844a5e90e.tar.gz
glibc: Add patch to avoid header issues after linux-libc-headers update
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/glibc')
-rw-r--r--meta/packages/glibc/files/nopageheader.patch12
-rw-r--r--meta/packages/glibc/glibc_2.6.1.bb1
2 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/glibc/files/nopageheader.patch b/meta/packages/glibc/files/nopageheader.patch
new file mode 100644
index 0000000000..0416711586
--- /dev/null
+++ b/meta/packages/glibc/files/nopageheader.patch
@@ -0,0 +1,12 @@
1Index: glibc-2.6.1/ports/sysdeps/unix/sysv/linux/arm/ioperm.c
2===================================================================
3--- glibc-2.6.1.orig/ports/sysdeps/unix/sysv/linux/arm/ioperm.c 2005-06-10 11:12:09.000000000 +0000
4+++ glibc-2.6.1/ports/sysdeps/unix/sysv/linux/arm/ioperm.c 2009-06-16 21:16:16.007016198 +0000
5@@ -45,7 +45,6 @@
6 #include <sys/mman.h>
7
8 #include <linux/version.h>
9-#include <asm/page.h>
10 #include <sys/sysctl.h>
11
12 #define PATH_ARM_SYSTYPE "/etc/arm_systype"
diff --git a/meta/packages/glibc/glibc_2.6.1.bb b/meta/packages/glibc/glibc_2.6.1.bb
index 85bd53d5f0..f98864276e 100644
--- a/meta/packages/glibc/glibc_2.6.1.bb
+++ b/meta/packages/glibc/glibc_2.6.1.bb
@@ -59,6 +59,7 @@ SRC_URI = "\
59 file://glibc-2.6.1-use-short-for-fnstsw.patch;patch=1 \ 59 file://glibc-2.6.1-use-short-for-fnstsw.patch;patch=1 \
60 file://glibc-include-fixed.patch;patch=1;pnum=0 \ 60 file://glibc-include-fixed.patch;patch=1;pnum=0 \
61 file://no-hwcaps.patch;patch=1 \ 61 file://no-hwcaps.patch;patch=1 \
62 file://nopageheader.patch;patch=1 \
62" 63"
63 64
64# Build fails on sh3 and sh4 without additional patches 65# Build fails on sh3 and sh4 without additional patches