diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-18 09:44:33 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-18 10:33:21 +0100 |
commit | 3939b9c02b17d4ce2475dba1f8b643a4e8f9c86e (patch) | |
tree | b6ad1ec00e7f697e009dd8b2602f2dac0be6b468 /meta/packages/uclibc | |
parent | d2920a042af7dcab71b0bcad9798546fa4834fa6 (diff) | |
download | poky-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/uclibc')
-rw-r--r-- | meta/packages/uclibc/uclibc_0.9.30.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/uclibc/uclibc_0.9.30.1.bb b/meta/packages/uclibc/uclibc_0.9.30.1.bb index 14b59b74e3..6bdf153a2a 100644 --- a/meta/packages/uclibc/uclibc_0.9.30.1.bb +++ b/meta/packages/uclibc/uclibc_0.9.30.1.bb | |||
@@ -9,7 +9,7 @@ | |||
9 | UCLIBC_BASE ?= "0.9.30.1" | 9 | UCLIBC_BASE ?= "0.9.30.1" |
10 | 10 | ||
11 | require uclibc.inc | 11 | require uclibc.inc |
12 | PR = "r0" | 12 | PR = "r1" |
13 | 13 | ||
14 | PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" | 14 | PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" |
15 | 15 | ||