summaryrefslogtreecommitdiff
path: root/meta/packages
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-27 16:17:28 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-27 16:17:28 +0000
commit697dbc937b42350630ed4211d2e6ef5332385dd0 (patch)
tree6df0ed1ae5c5c96ee9adc39061b5c37f24449452 /meta/packages
parentfeb7d18297996335e90b770d1be5017d45dafc2f (diff)
downloadopenembedded-core-697dbc937b42350630ed4211d2e6ef5332385dd0.tar.gz
openembedded-core-697dbc937b42350630ed4211d2e6ef5332385dd0.tar.bz2
openembedded-core-697dbc937b42350630ed4211d2e6ef5332385dd0.tar.xz
openembedded-core-697dbc937b42350630ed4211d2e6ef5332385dd0.zip
glibc_2.3.5+cvs20050627: Fix oabi build failure due to header issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3257 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/glibc/glibc-cvs-2.3.5/headers_fix.patch16
-rw-r--r--meta/packages/glibc/glibc_2.3.5+cvs20050627.bb3
2 files changed, 18 insertions, 1 deletions
diff --git a/meta/packages/glibc/glibc-cvs-2.3.5/headers_fix.patch b/meta/packages/glibc/glibc-cvs-2.3.5/headers_fix.patch
new file mode 100644
index 000000000..88b5e60a8
--- /dev/null
+++ b/meta/packages/glibc/glibc-cvs-2.3.5/headers_fix.patch
@@ -0,0 +1,16 @@
+Without this, do_compile fails, unable to find linux/errno.h
+
+RP - 27/11/2007
+
+Index: libc/nscd/Makefile
+===================================================================
+--- libc.orig/nscd/Makefile 2005-06-14 22:51:24.000000000 +0000
++++ libc/nscd/Makefile 2007-11-27 16:31:02.000000000 +0000
+@@ -68,7 +68,6 @@
+ # contains only the basic kernel interface headers, not something like
+ # libselinux. So the simplest thing is to presume that the standard
+ # system headers will be ok for this file.
+-$(objpfx)nscd_stat.o: sysincludes = # nothing
+ $(objpfx)selinux.o: sysincludes = # nothing
+
+ distribute := nscd.h nscd-client.h dbg_log.h \
diff --git a/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb b/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
index 294c6892b..3111ed358 100644
--- a/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
+++ b/meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
@@ -2,7 +2,7 @@ require glibc.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
SRCDATE = "20050627"
-PR = "r5"
+PR = "r6"
GLIBC_ADDONS ?= "ports,linuxthreads"
@@ -39,6 +39,7 @@ SRC_URI = "http://familiar.handhelds.org/source/v0.8.3/stash_libc_sources.redhat
file://arm-longlong.patch;patch=1;pnum=0 \
file://fhs-linux-paths.patch;patch=1 \
file://dl-cache-libcmp.patch;patch=1 \
+ file://headers_fix.patch;patch=1 \
file://5090_all_stubs-rule-fix.patch;patch=1 \
file://etc/ld.so.conf \
file://generate-supported.mk"