summaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc/glibc_2.4.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-18 09:44:33 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-18 10:33:21 +0100
commit3939b9c02b17d4ce2475dba1f8b643a4e8f9c86e (patch)
treeb6ad1ec00e7f697e009dd8b2602f2dac0be6b468 /meta/packages/glibc/glibc_2.4.bb
parentd2920a042af7dcab71b0bcad9798546fa4834fa6 (diff)
downloadpoky-3939b9c02b17d4ce2475dba1f8b643a4e8f9c86e.tar.gz
linux-libc-headers: delete include/scsi/scsi.h, it's not for userspace
include/scsi/scsi.h is not userland parsable and research indicates this is because the header should not be exposed to userspace. Therefore remove it in the install. Research done by Tom Rini <tom_rini@mentor.com> in OE commit 91d3d92a626da89dfe13d63e68a90dbafdbaef1d This has been the case since kernel 2.6.31 Bump glibc and uclibc PR's so that users have sane <scsi/scsi.h> Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/glibc/glibc_2.4.bb')
-rw-r--r--meta/packages/glibc/glibc_2.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/glibc/glibc_2.4.bb b/meta/packages/glibc/glibc_2.4.bb
index 3102c5953c..ad6840e9bf 100644
--- a/meta/packages/glibc/glibc_2.4.bb
+++ b/meta/packages/glibc/glibc_2.4.bb
@@ -1,6 +1,6 @@
1require glibc.inc 1require glibc.inc
2 2
3PR = "r13" 3PR = "r14"
4 4
5# the -isystem in bitbake.conf screws up glibc do_stage 5# the -isystem in bitbake.conf screws up glibc do_stage
6BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" 6BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"