From 5452824960e8e77005a25ac11fd069d927523d3e Mon Sep 17 00:00:00 2001 From: Jacob Kroon Date: Sun, 8 Jun 2014 13:52:56 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta-yocto/conf/local.conf.sample.extended | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index a1f2464..1032bde 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended @@ -27,12 +27,10 @@ # 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. # -- cgit v1.1