[oe-commits] Klaus Kurzmann : shr-image.inc: correctly set LANG to en_US / do NOT set LC_ALL

git version control git at git.openembedded.org
Mon Jun 1 18:38:30 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 48f526d9c6d41904cf7506af7ebbefecd5ee5826
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=48f526d9c6d41904cf7506af7ebbefecd5ee5826

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Jun  1 20:38:21 2009 +0200

shr-image.inc: correctly set LANG to en_US / do NOT set LC_ALL

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/images/shr-image.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index 8c92775..3c0accf 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -111,8 +111,7 @@ shr_rootfs_postprocess() {
     echo "alias la='ls $LS_OPTIONS -ltrA'; alias lh='ls $LS_OPTIONS -ltrh'; alias lr='ls $LS_OPTIONS -ltr';" >> ./etc/profile
     echo "alias lR='ls $LS_OPTIONS -ltrR'" >> ./etc/profile
     echo "# set your locale here:" >> ./etc/profile
-    echo "export LC_ALL=en_GB.UTF-8" >> ./etc/profile
-    echo "export LANG=en_GB.UTF-8" >> ./etc/profile
+    echo "export LANG=en_US.UTF-8" >> ./etc/profile
 
     #fix sound in elementary-alarm
     /bin/sh -c "cd ./usr/share; ln -s elementary-alarm elementary_alarm"





More information about the Openembedded-commits mailing list