aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2011-01-11 05:33:45 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-17 12:08:40 -0700
commit2471584764deb2384512a767f5c6439b0b8aac37 (patch)
tree034502211df1bee62b7eec1c9370c71874b10c35 /conf/bitbake.conf
parent72a088f7e1cf2eb0b50f285301478278c616c1cd (diff)
downloadopenembedded-2471584764deb2384512a767f5c6439b0b8aac37.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/bitbake.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"