From: Koen Kooi Date: Thu, 11 Mar 2010 11:27:37 +0000 (+0100) Subject: linux-libc-headers: reinstate scsi headers in staging that got lost with the new... X-Git-Tag: Release-2010-05/1~362 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2fb432ca9f375defad1491a3ae83c473f6036fb;p=openembedded.git linux-libc-headers: reinstate scsi headers in staging that got lost with the new-style staging conversion * this makes udev build again --- diff --git a/recipes/linux-libc-headers/linux-libc-headers.inc b/recipes/linux-libc-headers/linux-libc-headers.inc index dc0267697f..0487e65fab 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 d18be34a6e..08a871e1ce 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"