Re: [poky] Generating locale-base for other languages

From: Matt Hoosier <matt.hoosier@gmail.com>
Date: Sun Jul 08 2007 - 20:58:12 EDT

> Can you show me a diff of the references you've changed please?

Index: meta/conf/distro/poky.conf
===================================================================
--- meta/conf/distro/poky.conf (revision 2129)
+++ meta/conf/distro/poky.conf (working copy)
@@ -185,7 +185,7 @@

 CVS_TARBALL_STASH += "http://www.o-hand.com/~richard/poky/sources/"

-IMAGE_LINGUAS ?= "en-gb"
+IMAGE_LINGUAS ?= "en-us"

 ENABLE_BINARY_LOCALE_GENERATION ?= "1"

Index: meta/classes/image.bbclass
===================================================================
--- meta/classes/image.bbclass (revision 2129)
+++ meta/classes/image.bbclass (working copy)
@@ -38,7 +38,7 @@
 IMAGE_POSTPROCESS_COMMAND ?= ""

 # some default locales
-IMAGE_LINGUAS ?= "en-gb"
+IMAGE_LINGUAS ?= "en-us"

 LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s,
bb.data.getVar('IMAGE_LINGUAS', d, 1).split()))}"

-- 
To unsubscribe send a mail to poky+unsubscribe@o-hand.com
Received on Sun, 8 Jul 2007 19:58:12 -0500

This archive was generated by hypermail 2.1.8 : Sun Jul 08 2007 - 22:00:15 EDT