diff options
author | Jacob Kroon <jacob.kroon@mikrodidakt.se> | 2014-06-08 13:52:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-13 13:06:16 +0100 |
commit | 88b80752458d6f2209a122738a4b20db78754f21 (patch) | |
tree | 7c72548a7b495dc2b01e7179419456592f9c8394 /meta/conf/distro/include/default-distrovars.inc | |
parent | 445bd3b73b7d649812c129ac749dad689daee985 (diff) | |
download | poky-88b80752458d6f2209a122738a4b20db78754f21.tar.gz |
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>
Diffstat (limited to 'meta/conf/distro/include/default-distrovars.inc')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 0bc3adca20..1bc8e46b8a 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -5,7 +5,6 @@ KERNEL_CONSOLE ?= "ttyS0" | |||
5 | KEEPUIMAGE ??= "yes" | 5 | KEEPUIMAGE ??= "yes" |
6 | 6 | ||
7 | IMAGE_LINGUAS ?= "en-us en-gb" | 7 | IMAGE_LINGUAS ?= "en-us en-gb" |
8 | LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB" | ||
9 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" | 8 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" |
10 | LOCALE_UTF8_ONLY ?= "0" | 9 | LOCALE_UTF8_ONLY ?= "0" |
11 | 10 | ||