From 2471584764deb2384512a767f5c6439b0b8aac37 Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Tue, 11 Jan 2011 05:33:45 +0000 Subject: bitbake.conf: export LC_ALL = "C" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * thus the build system language won't create troubles during builds (example : perl is hacking some generated files' content but only supports english outputs). * this problem is only met when using bitbake master Signed-off-by: Eric BĂ©nard Signed-off-by: Tom Rini --- conf/bitbake.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index ebaa56d321..f005658c48 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -526,6 +526,8 @@ export SDK_LDFLAGS = "-L${STAGING_DIR_SDK}${libdir} \ -Wl,-rpath-link,${STAGING_DIR_SDK}${libdir} \ -Wl,-O1" +export LC_ALL = "C" + # Which flags to leave by strip-flags() in bin/build/oebuild.sh ? ALLOWED_FLAGS = "-O -mcpu -march -pipe" -- cgit 1.2.3-korg