bitbake.conf: export LC_ALL = "C"
authorEric BENARD <eric@eukrea.com>
Tue, 11 Jan 2011 05:33:45 +0000 (05:33 +0000)
committerTom Rini <tom_rini@mentor.com>
Thu, 17 Feb 2011 19:08:40 +0000 (12:08 -0700)
* 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>
conf/bitbake.conf

index ebaa56d..f005658 100644 (file)
@@ -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"