]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-env-internal: We set LC_ALL in the core so no need to set LANG here now
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Feb 2011 11:58:44 +0000 (11:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Feb 2011 11:58:44 +0000 (11:58 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/poky-env-internal

index 06586ec56f4bdd900efec05787c9301ce43eff81..80b7a125dfdc0990b7484510c3076ef40068b9c4 100755 (executable)
@@ -55,6 +55,4 @@ unset BITBAKEDIR
 export BUILDDIR
 export PATH
 
-# Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really
-export LANG=C
 export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC http_proxy ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS GIT_PROXY_COMMAND PSEUDO_DISABLED"