summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-22 11:34:45 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-22 11:34:45 +0000
commit3040eb4996ad3fe25cc9b102cac6b51bb70e344d (patch)
tree0191ae95954dd6ba20991b82ab63d633f5e221f3
parent84259789808d3ecc52d4f68459a5736bec49513e (diff)
downloadpoky-3040eb4996ad3fe25cc9b102cac6b51bb70e344d.tar.gz
poky.conf: Default to enable binary locale generation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1081 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index f57c07d3fd..27adb5c51a 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -180,6 +180,8 @@ CVS_TARBALL_STASH += "http://www.o-hand.com/~richard/poky/sources/"
180 180
181IMAGE_LINGUAS = "en-gb" 181IMAGE_LINGUAS = "en-gb"
182 182
183ENABLE_BINARY_LOCALE_GENERATION ?= "1"
184
183DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi" 185DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi"
184DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost" 186DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost"
185DISTRO_EXTRA_RDEPENDS_qemuarm += "qemu-distcc" 187DISTRO_EXTRA_RDEPENDS_qemuarm += "qemu-distcc"