diff options
author | Tom Rini <trini@embeddedalley.com> | 2008-05-19 17:56:54 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-19 17:56:54 +0000 |
commit | b8bb2a62b3916470c752bd79d31322b4358fc676 (patch) | |
tree | 1db6d62181822040032ed1e02d100ceb2c9fa714 /packages/linux-libc-headers/linux-libc-headers.inc | |
parent | 4be5061f23e7be7783ab2a70b6b49631ccb0ea9c (diff) |
glibc/linux-libc-headers: make sure that scsi headers are available when needed. Fixes 4262.
* commit by Laibsch
Diffstat (limited to 'packages/linux-libc-headers/linux-libc-headers.inc')
-rw-r--r-- | packages/linux-libc-headers/linux-libc-headers.inc | 4 |
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 +} |