summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb')
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb
index 51c4926429..55d752798a 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb
@@ -2,7 +2,7 @@ require linux-libc-headers.inc
2 2
3INHIBIT_DEFAULT_DEPS = "1" 3INHIBIT_DEFAULT_DEPS = "1"
4DEPENDS += "unifdef-native" 4DEPENDS += "unifdef-native"
5PR = "r1" 5PR = "r2"
6 6
7SRC_URI += " file://connector-msg-size-fix.patch" 7SRC_URI += " file://connector-msg-size-fix.patch"
8 8
@@ -43,6 +43,9 @@ do_install() {
43 oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH 43 oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH
44 # Kernel should not be exporting this header 44 # Kernel should not be exporting this header
45 rm -f ${D}${exec_prefix}/include/scsi/scsi.h 45 rm -f ${D}${exec_prefix}/include/scsi/scsi.h
46
47 # The ..install.cmd conflicts between various configure runs
48 find ${D}${includedir} -name ..install.cmd | xargs rm -f
46} 49}
47 50
48BBCLASSEXTEND = "nativesdk" 51BBCLASSEXTEND = "nativesdk"