[oe-commits] Andreas Oberritter : linux-libc-headers-2.6.34: Delete include/scsi/scsi.h

git version control git at git.openembedded.org
Mon Oct 25 19:13:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cf0d4e0f19d307e1c538c26f0e5f495f4b4136c3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cf0d4e0f19d307e1c538c26f0e5f495f4b4136c3

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Oct 25 02:58:10 2010 +0000

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 at opendreambox.org>
Acked-by: Tom Rini <tom_rini at mentor.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 .../linux-libc-headers_2.6.34.bb                   |    3 ++-
 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 8e0df2e..340915c 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
 }





More information about the Openembedded-commits mailing list