default-distrovars.inc: Remove unused variable 'LIMIT_BUILT_LOCALES'

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.

(From OE-Core rev: d668245991d1369e2906d1605c749c62274c0620)

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jacob Kroon 2014-06-08 13:52:56 +02:00 committed by Richard Purdie
parent 445bd3b73b
commit 88b8075245
1 changed files with 0 additions and 1 deletions

View 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"