summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-25 08:14:38 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-25 08:14:38 +0000
commit0a0218f9fe0b280539f4d187926fdcdb18f07d15 (patch)
treec7e4cbe4e37258d17c0c865196d37b48c14bdd8a /meta
parent1d13fd2a296da3f7eaa20e311cecedbea90370af (diff)
downloadopenembedded-core-0a0218f9fe0b280539f4d187926fdcdb18f07d15.tar.gz
openembedded-core-0a0218f9fe0b280539f4d187926fdcdb18f07d15.tar.bz2
openembedded-core-0a0218f9fe0b280539f4d187926fdcdb18f07d15.tar.xz
openembedded-core-0a0218f9fe0b280539f4d187926fdcdb18f07d15.zip
glibc-package.bbclass: Remove dead code
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2779 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/glibc/glibc-package.bbclass7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/packages/glibc/glibc-package.bbclass b/meta/packages/glibc/glibc-package.bbclass
index 88493824b..3b966bccb 100644
--- a/meta/packages/glibc/glibc-package.bbclass
+++ b/meta/packages/glibc/glibc-package.bbclass
@@ -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