[oe-commits] Eric BENARD : bitbake.conf: export LC_ALL = "C"

git version control git at git.openembedded.org
Thu Feb 17 19:08:50 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2471584764deb2384512a767f5c6439b0b8aac37
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2471584764deb2384512a767f5c6439b0b8aac37

Author: Eric BENARD <eric at eukrea.com>
Date:   Tue Jan 11 05:33:45 2011 +0000

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 at eukrea.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 conf/bitbake.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index ebaa56d..f005658 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"
 





More information about the Openembedded-commits mailing list