diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-02 11:58:44 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-02 11:58:44 +0000 |
| commit | c636efaebb186c38b210a13a521853b66da1800f (patch) | |
| tree | 074b3b0110d21932e0553805482206f1a8e27943 | |
| parent | f33685f111bcfa847edb26db4f3411459eaf9572 (diff) | |
| download | poky-c636efaebb186c38b210a13a521853b66da1800f.tar.gz | |
scripts/poky-env-internal: We set LC_ALL in the core so no need to set LANG here now
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rwxr-xr-x | scripts/poky-env-internal | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 06586ec56f..80b7a125df 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
| @@ -55,6 +55,4 @@ unset BITBAKEDIR | |||
| 55 | export BUILDDIR | 55 | export BUILDDIR |
| 56 | export PATH | 56 | export PATH |
| 57 | 57 | ||
| 58 | # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really | ||
| 59 | export LANG=C | ||
| 60 | 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" | 58 | 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" |
