]> code.ossystems Code Review - openembedded-core.git/commitdiff
default-distrovars.inc: Remove unused variable 'LIMIT_BUILT_LOCALES'
authorJacob Kroon <jacob.kroon@mikrodidakt.se>
Sun, 8 Jun 2014 11:52:56 +0000 (13:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jun 2014 12:04:24 +0000 (13:04 +0100)
This variable is a left-over from early glibc recipes.
It is not referenced anymore in oe-core, and its functionality
has been replaced with 'GLIBC_GENERATE_LOCALES'.

Also remove the reference to it in local.conf.sample.extended.

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/default-distrovars.inc
meta/conf/local.conf.sample.extended

index 0bc3adca2084c1a36b8317bc7705ee0bca456034..1bc8e46b8a3bb72106d6563d9a080e840ca00ebe 100644 (file)
@@ -5,7 +5,6 @@ KERNEL_CONSOLE ?= "ttyS0"
 KEEPUIMAGE ??= "yes"
 
 IMAGE_LINGUAS ?= "en-us en-gb"
-LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB"
 ENABLE_BINARY_LOCALE_GENERATION ?= "1"
 LOCALE_UTF8_ONLY ?= "0"
 
index a1f24649a3b50f884e81d38e53858094980caa17..1032bdef517b453c7aa3de62d70af6f94fab2eab 100644 (file)
 # Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not
 # wish to perform the time-consuming step of generating all LIBC locales.
 # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set
-# appropriate values for IMAGE_LINGUAS and LIMIT_BUILT_LOCALES
+# appropriate value for IMAGE_LINGUAS.
 # WARNING: this may break localisation!
 #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"
-# See message above as to whether setting these is required
 #IMAGE_LINGUAS ?= "en-gb"
-#LIMIT_BUILT_LOCALES ?= "POSIX en_GB"
 
 # The following are used to control options related to debugging.
 #