[oe-commits] Koen Kooi : linux-libc-headers: reinstate scsi headers in staging that got lost with the new-style staging conversion

git version control git at git.openembedded.org
Thu Mar 11 11:37:02 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Mar 11 12:27:37 2010 +0100

linux-libc-headers: reinstate scsi headers in staging that got lost with the new-style staging conversion

* this makes udev build again

---

 recipes/linux-libc-headers/linux-libc-headers.inc  |    3 ---
 .../linux-libc-headers_2.6.31.bb                   |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/recipes/linux-libc-headers/linux-libc-headers.inc b/recipes/linux-libc-headers/linux-libc-headers.inc
index dc02676..0487e65 100644
--- a/recipes/linux-libc-headers/linux-libc-headers.inc
+++ b/recipes/linux-libc-headers/linux-libc-headers.inc
@@ -5,6 +5,3 @@ LICENSE = "GPL"
 RDEPENDS_${PN}-dev = ""
 RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
 
-do_install_append() {
-	rm -rf ${D}${includedir}/scsi
-}
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
index d18be34..08a871e 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
@@ -2,7 +2,7 @@ require linux-libc-headers.inc
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 





More information about the Openembedded-commits mailing list