diff options
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.bb | 5 |
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 | ||
3 | INHIBIT_DEFAULT_DEPS = "1" | 3 | INHIBIT_DEFAULT_DEPS = "1" |
4 | DEPENDS += "unifdef-native" | 4 | DEPENDS += "unifdef-native" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI += " file://connector-msg-size-fix.patch" | 7 | SRC_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 | ||
48 | BBCLASSEXTEND = "nativesdk" | 51 | BBCLASSEXTEND = "nativesdk" |