diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-02 11:55:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-02 11:55:34 +0000 |
commit | f33685f111bcfa847edb26db4f3411459eaf9572 (patch) | |
tree | 88e966194a824a7f3631b9f0c8f9ee377f5e9621 /meta/conf/bitbake.conf | |
parent | cb8153cccd1c96a1c6adeba4d0bb12c216c4161e (diff) | |
download | poky-f33685f111bcfa847edb26db4f3411459eaf9572.tar.gz |
bitbake.conf: Set LC_ALL instead of requring bitbake or env scripts to do this
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index db09c75191..b406b09fda 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -418,6 +418,8 @@ export BUILD_STRIP = "${BUILD_PREFIX}strip" | |||
418 | export MAKE = "make" | 418 | export MAKE = "make" |
419 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 419 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
420 | 420 | ||
421 | export LC_ALL = "C" | ||
422 | |||
421 | ################################################################## | 423 | ################################################################## |
422 | # Patch handling. | 424 | # Patch handling. |
423 | ################################################################## | 425 | ################################################################## |