[oe-commits] Angus Ainslie : fso-paroli-image: set LANG not LC_ALL

git version control git at git.openembedded.org
Wed Jun 3 20:30:18 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: bc93d306dc5e613105c9b44c9ba4e754de2ae8bf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bc93d306dc5e613105c9b44c9ba4e754de2ae8bf

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Wed Jun  3 14:25:23 2009 -0600

fso-paroli-image: set LANG not LC_ALL

---

 recipes/images/fso-paroli-image.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/images/fso-paroli-image.bb b/recipes/images/fso-paroli-image.bb
index 7dbc29c..1830f81 100644
--- a/recipes/images/fso-paroli-image.bb
+++ b/recipes/images/fso-paroli-image.bb
@@ -53,7 +53,7 @@ paroli_rootfs_postprocess() {
     curdir=$PWD
     cd ${IMAGE_ROOTFS}
     # set a default locale    
-    echo "export LC_ALL=en_CA.utf-8" >>./etc/profile
+    echo "export LANG=en_CA.utf-8" >>./etc/profile
     cd $curdir
 }
 





More information about the Openembedded-commits mailing list