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 | |
parent | 445bd3b73b7d649812c129ac749dad689daee985 (diff) | |
download | ast2050-yocto-poky-88b80752458d6f2209a122738a4b20db78754f21.zip ast2050-yocto-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>
-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 0bc3adc..1bc8e46 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -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" |