glibc-package.bbclass: Remove dead code

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2779 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-09-25 08:14:38 +00:00
parent 1d13fd2a29
commit 0a0218f9fe
1 changed files with 0 additions and 7 deletions

View File

@ -79,13 +79,6 @@ do_install() {
grep -v $i ${WORKDIR}/SUPPORTED > ${WORKDIR}/SUPPORTED.tmp
mv ${WORKDIR}/SUPPORTED.tmp ${WORKDIR}/SUPPORTED
done
# If indicated, only build a limited selection of locales
if [ "${LIMIT_BUILT_LOCALES}" != "${LIMIT_BUILT_LOCALES}" ]; then
for i in ${LIMIT_BUILT_LOCALES}; do
grep $i ${WORKDIR}/SUPPORTED > ${WORKDIR}/SUPPORTED.tmp
mv ${WORKDIR}/SUPPORTED.tmp ${WORKDIR}/SUPPORTED
done
fi
rm -f ${D}/etc/rpc
rm -f ${D}${includedir}/scsi/sg.h
rm -f ${D}${includedir}/scsi/scsi_ioctl.h