[oe-commits] org.oe.dev angstrom.inc: only use utf8 locales

koen commit openembedded-commits at lists.openembedded.org
Wed Dec 5 08:42:02 UTC 2007


angstrom.inc: only use utf8 locales

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 7e45814ce1cb1ed4bb79fe646a4a5546cfa6a5e2
ViewMTN: http://monotone.openembedded.org/revision/info/7e45814ce1cb1ed4bb79fe646a4a5546cfa6a5e2
Files:
1
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -rc92e566077bd5831f69679381feba8fc3a24e32e -r7e45814ce1cb1ed4bb79fe646a4a5546cfa6a5e2
#
# 
# 
# patch "conf/distro/include/angstrom.inc"
#  from [fbec2661b476213454b69adc6d89a7b5be329d4d]
#    to [52dbd93aadf5979fc5b657ed07068f613d323a74]
# 
============================================================
--- conf/distro/include/angstrom.inc	fbec2661b476213454b69adc6d89a7b5be329d4d
+++ conf/distro/include/angstrom.inc	52dbd93aadf5979fc5b657ed07068f613d323a74
@@ -35,6 +35,9 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1"
 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"






More information about the Openembedded-commits mailing list