aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2011-01-11 05:33:45 +0000
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:37 +0100
commite8f7f699c63213f646840747ac15c1b0d6aafdde (patch)
tree3de3f2a2b0e36fdc992fcb869044c60dd4b00da8 /conf
parentaa23c8b7e1cb5570763d24867f966e3d952ebe4c (diff)
downloadopenembedded-e8f7f699c63213f646840747ac15c1b0d6aafdde.tar.gz
bitbake.conf: export LC_ALL = "C"
* 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 <eric@eukrea.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
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"