mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0df3c48130
commit
dca67e0bc6
@@ -95,9 +95,6 @@ do_install() {
|
||||
mv ${WORKDIR}/SUPPORTED.tmp ${WORKDIR}/SUPPORTED
|
||||
done
|
||||
rm -f ${D}{sysconfdir}/rpc
|
||||
rm -f ${D}${includedir}/scsi/sg.h
|
||||
rm -f ${D}${includedir}/scsi/scsi_ioctl.h
|
||||
rm -f ${D}${includedir}/scsi/scsi.h
|
||||
rm -rf ${D}${datadir}/zoneinfo
|
||||
rm -rf ${D}${libexecdir}/getconf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user