summaryrefslogtreecommitdiffstats
path: root/meta/packages/uclibc
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:34:06 +0100
commite1798f5e39105d860e5971624d5ad456084acf54 (patch)
tree8ef9cecd354be2e4d56fe820b4ab7f5fcc43573b /meta/packages/uclibc
parentb43a425119bd18e73f0e4ddc65d15835cad4aaec (diff)
downloadpoky-e1798f5e39105d860e5971624d5ad456084acf54.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.bb2
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 @@
9UCLIBC_BASE ?= "0.9.30.1" 9UCLIBC_BASE ?= "0.9.30.1"
10 10
11require uclibc.inc 11require uclibc.inc
12PR = "r0" 12PR = "r1"
13 13
14PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" 14PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
15 15