diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-05 08:30:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-05 08:30:47 +0000 |
commit | 84e45797efabaf9db490763f312a1dab888bdb2e (patch) | |
tree | 6e7e31c4e43f2cd6688a91e3264876cc748dfb7f | |
parent | 736650b5924b5c1ce37512ae98a836a50acf0d6a (diff) | |
parent | 47f7874773e9daa0ed579e907a47c39c8a032baa (diff) |
merge of '4debfc11cf9e85b98e7395e221cb5044cf8fe49d'
and '7e45814ce1cb1ed4bb79fe646a4a5546cfa6a5e2'
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 85c0d9d128..510a752211 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -35,6 +35,9 @@ require conf/distro/include/angstrom-package-${ANGSTROM_PKG_FORMAT}.inc PREFERRED_PROVIDER_qemu-native = "qemu-native" ENABLE_BINARY_LOCALE_GENERATION ?= "1" +# We only want to build UTF8 locales +LOCALE_UTF8_ONLY = "1" + #qemu doesn't like armv6/eabi/vfp ENABLE_BINARY_LOCALE_GENERATION_mx31ads = "0" ENABLE_BINARY_LOCALE_GENERATION_nokia800 = "0" |