summaryrefslogtreecommitdiff
path: root/packages/linux-libc-headers/linux-libc-headers.inc
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-05-20 20:23:12 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-05-20 20:23:12 +0000
commitd8e3cbb7e1ae86507b7cfd8142be8a1e7323270f (patch)
tree604773c65fdddff8365cc45027defcf9a4b21cca /packages/linux-libc-headers/linux-libc-headers.inc
parente93dabbb3ecc45cfd55f5ef103479e2b3d4ccd1e (diff)
parent1bfb615d5157cf619a9d40189ed992f8958ce4c6 (diff)
merge of '635b19191517f99ee151ae6157a22f5d56406238'
and 'c179e5e451e08eb1f3266b4da027de66abad7a9b'
Diffstat (limited to 'packages/linux-libc-headers/linux-libc-headers.inc')
-rw-r--r--packages/linux-libc-headers/linux-libc-headers.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers.inc b/packages/linux-libc-headers/linux-libc-headers.inc
index aaf528dfb5..b49e855ed1 100644
--- a/packages/linux-libc-headers/linux-libc-headers.inc
+++ b/packages/linux-libc-headers/linux-libc-headers.inc
@@ -4,3 +4,7 @@ LICENSE = "GPL"
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"
+
+do_install_append() {
+ rm -rf ${D}${includedir}/scsi
+}