diff options
| -rw-r--r-- | meta/packages/glibc/glibc-cvs-2.3.5/headers_fix.patch | 16 | ||||
| -rw-r--r-- | meta/packages/glibc/glibc_2.3.5+cvs20050627.bb | 3 |
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 0000000000..88b5e60a8f --- /dev/null +++ b/meta/packages/glibc/glibc-cvs-2.3.5/headers_fix.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | Without this, do_compile fails, unable to find linux/errno.h | ||
| 2 | |||
| 3 | RP - 27/11/2007 | ||
| 4 | |||
| 5 | Index: libc/nscd/Makefile | ||
| 6 | =================================================================== | ||
| 7 | --- libc.orig/nscd/Makefile 2005-06-14 22:51:24.000000000 +0000 | ||
| 8 | +++ libc/nscd/Makefile 2007-11-27 16:31:02.000000000 +0000 | ||
| 9 | @@ -68,7 +68,6 @@ | ||
| 10 | # contains only the basic kernel interface headers, not something like | ||
| 11 | # libselinux. So the simplest thing is to presume that the standard | ||
| 12 | # system headers will be ok for this file. | ||
| 13 | -$(objpfx)nscd_stat.o: sysincludes = # nothing | ||
| 14 | $(objpfx)selinux.o: sysincludes = # nothing | ||
| 15 | |||
| 16 | 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 294c6892bb..3111ed3583 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 | |||
| 2 | 2 | ||
| 3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5" | 3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5" |
| 4 | SRCDATE = "20050627" | 4 | SRCDATE = "20050627" |
| 5 | PR = "r5" | 5 | PR = "r6" |
| 6 | 6 | ||
| 7 | GLIBC_ADDONS ?= "ports,linuxthreads" | 7 | GLIBC_ADDONS ?= "ports,linuxthreads" |
| 8 | 8 | ||
| @@ -39,6 +39,7 @@ SRC_URI = "http://familiar.handhelds.org/source/v0.8.3/stash_libc_sources.redhat | |||
| 39 | file://arm-longlong.patch;patch=1;pnum=0 \ | 39 | file://arm-longlong.patch;patch=1;pnum=0 \ |
| 40 | file://fhs-linux-paths.patch;patch=1 \ | 40 | file://fhs-linux-paths.patch;patch=1 \ |
| 41 | file://dl-cache-libcmp.patch;patch=1 \ | 41 | file://dl-cache-libcmp.patch;patch=1 \ |
| 42 | file://headers_fix.patch;patch=1 \ | ||
| 42 | file://5090_all_stubs-rule-fix.patch;patch=1 \ | 43 | file://5090_all_stubs-rule-fix.patch;patch=1 \ |
| 43 | file://etc/ld.so.conf \ | 44 | file://etc/ld.so.conf \ |
| 44 | file://generate-supported.mk" | 45 | file://generate-supported.mk" |
