diff options
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb')
-rw-r--r-- | meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb index 4a63910e82..a299f55c29 100644 --- a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.bb +++ b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.33.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 = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ | 7 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ |
8 | file://hayes-gone.patch" | 8 | file://hayes-gone.patch" |
@@ -41,6 +41,8 @@ do_compile () { | |||
41 | do_install() { | 41 | do_install() { |
42 | set_arch | 42 | set_arch |
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 | ||
45 | rm -f ${D}${exec_prefix}/include/scsi/scsi.h | ||
44 | } | 46 | } |
45 | 47 | ||
46 | BBCLASSEXTEND = "nativesdk" | 48 | BBCLASSEXTEND = "nativesdk" |