bitbake.conf: Set LC_ALL instead of requring bitbake or env scripts to do this

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-02-02 11:55:34 +00:00
parent cb8153cccd
commit f33685f111
1 changed files with 2 additions and 0 deletions

View File

@ -418,6 +418,8 @@ export BUILD_STRIP = "${BUILD_PREFIX}strip"
export MAKE = "make"
EXTRA_OEMAKE = "-e MAKEFLAGS="
export LC_ALL = "C"
##################################################################
# Patch handling.
##################################################################