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:08:44 +0100 |
commit | 5452824960e8e77005a25ac11fd069d927523d3e (patch) | |
tree | ccef006c597a59cfe8fe1cb18b143f4879c052a5 /meta-yocto | |
parent | 88b80752458d6f2209a122738a4b20db78754f21 (diff) | |
download | poky-5452824960e8e77005a25ac11fd069d927523d3e.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 meta-yocto rev: 863e8e26d181ef2210578084442693bcd7cfb765)
Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index a1f24649a3..1032bdef51 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -27,12 +27,10 @@ | |||
27 | # Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not | 27 | # Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not |
28 | # wish to perform the time-consuming step of generating all LIBC locales. | 28 | # wish to perform the time-consuming step of generating all LIBC locales. |
29 | # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set | 29 | # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set |
30 | # appropriate values for IMAGE_LINGUAS and LIMIT_BUILT_LOCALES | 30 | # appropriate value for IMAGE_LINGUAS. |
31 | # WARNING: this may break localisation! | 31 | # WARNING: this may break localisation! |
32 | #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" | 32 | #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" |
33 | # See message above as to whether setting these is required | ||
34 | #IMAGE_LINGUAS ?= "en-gb" | 33 | #IMAGE_LINGUAS ?= "en-gb" |
35 | #LIMIT_BUILT_LOCALES ?= "POSIX en_GB" | ||
36 | 34 | ||
37 | # The following are used to control options related to debugging. | 35 | # The following are used to control options related to debugging. |
38 | # | 36 | # |