aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-25 02:58:10 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-25 21:09:16 +0200
commitcf0d4e0f19d307e1c538c26f0e5f495f4b4136c3 (patch)
treefa75338b4d9325aa9f3a419f0e9a63e9c5972659 /recipes/linux-libc-headers
parent10ed0383202f49ef97be34c010b143bf3bc48f0f (diff)
downloadopenembedded-cf0d4e0f19d307e1c538c26f0e5f495f4b4136c3.tar.gz
linux-libc-headers-2.6.34: Delete include/scsi/scsi.h
* Based on 91d3d92a626da89dfe13d63e68a90dbafdbaef1d for 2.6.31 and 2.6.32 Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/linux-libc-headers')
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
index 8e0df2e6b9..340915c869 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
@@ -5,7 +5,7 @@ DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_nios2 = "1"
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
-PR = "r1"
+PR = "r2"
COMPATIBLE_TARGET_SYS = "."
@@ -39,4 +39,5 @@ do_compile () {
do_install() {
oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH
+ rm -f ${D}${exec_prefix}/include/scsi/scsi.h
}