glibc.inc: Fix LIMIT_BUILT_LOCALES handling

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

View File

@ -1,7 +1,7 @@
do_rig_locales() {
# If indicated, only build a limited selection of locales
if [ "x${LIMIT_BUILT_LOCALES}" != "${LIMIT_BUILT_LOCALES}" ]; then
if [ "x${LIMIT_BUILT_LOCALES}" != "x" ]; then
INFILE="${S}/localedata/SUPPORTED"
OUTFILE="${S}/localedata/SUPPORTED.tmp"
head -n 3 $INFILE > $OUTFILE