summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.39.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.39.bb')
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.39.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.39.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.39.bb
index 65c19ecea6..14f5e8a1ae 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.39.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.39.bb
@@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "584d17f2a3ee18a9501d7ff36907639e538cfdba4529978b8550c461d4
9 9
10S = "${WORKDIR}/linux-${PV}" 10S = "${WORKDIR}/linux-${PV}"
11 11
12PR = "r2"
13
12set_arch() { 14set_arch() {
13 case ${TARGET_ARCH} in 15 case ${TARGET_ARCH} in
14 alpha*) ARCH=alpha ;; 16 alpha*) ARCH=alpha ;;
@@ -44,6 +46,9 @@ do_install() {
44 oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH 46 oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH
45 # Kernel should not be exporting this header 47 # Kernel should not be exporting this header
46 rm -f ${D}${exec_prefix}/include/scsi/scsi.h 48 rm -f ${D}${exec_prefix}/include/scsi/scsi.h
49
50 # The ..install.cmd conflicts between various configure runs
51 find ${D}${includedir} -name ..install.cmd | xargs rm -f
47} 52}
48 53
49BBCLASSEXTEND = "nativesdk" 54BBCLASSEXTEND = "nativesdk"