From: Richard Purdie Date: Wed, 2 Feb 2011 11:55:34 +0000 (+0000) Subject: bitbake.conf: Set LC_ALL instead of requring bitbake or env scripts to do this X-Git-Tag: 2011-1~2545 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f33685f111bcfa847edb26db4f3411459eaf9572;p=openembedded-core.git bitbake.conf: Set LC_ALL instead of requring bitbake or env scripts to do this Signed-off-by: Richard Purdie --- 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" export MAKE = "make" EXTRA_OEMAKE = "-e MAKEFLAGS=" +export LC_ALL = "C" + ################################################################## # Patch handling. ##################################################################