]> code.ossystems Code Review - openembedded-core.git/commit
libc-package.bbclass: should not rm scsi/*.h
authorDexuan Cui <dexuan.cui@intel.com>
Sat, 15 Jan 2011 10:50:14 +0000 (18:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jan 2011 22:05:10 +0000 (22:05 +0000)
commitdca67e0bc61e7bc40c628fb1f1a41f7f756bb0bc
tree660404062cca6771cf46783dee7ea4556cdd88da
parent0df3c481309e89b93e8a57773eb9c470b4dd13a7
libc-package.bbclass: should not rm scsi/*.h

{e}glibc should install the scsi/*.h files, which are needed by hal.
Currently hal can build because eglibc-initial (which has its own do_install)
installs the files. In future eglibc will have its own sysroot, so hal
won't build.

BTW: in OE side, eglibc's do_install also doesn't remove the files.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/classes/libc-package.bbclass