diff mbox

[2/3] toolchain: reduce the list of locales to keep by default

Message ID 1470176380-11851-2-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 6e757a6c5ca27d2f468cfca0e720fe769b8246ca
Headers show

Commit Message

Thomas Petazzoni Aug. 2, 2016, 10:19 p.m. UTC
Our current list of locales to keep by default is "C en_US de fr". It
doesn't make much sense to keep "de" and "fr" more than any other
language. So let's keep only the "C" and "en_US" locales by default,
and leave it to the user to specify other locales to keep if needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 toolchain/toolchain-common.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Aug. 3, 2016, 7:18 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Our current list of locales to keep by default is "C en_US de fr". It
 > doesn't make much sense to keep "de" and "fr" more than any other
 > language. So let's keep only the "C" and "en_US" locales by default,
 > and leave it to the user to specify other locales to keep if needed.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox

Patch

diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index dae34ab..77b4cb1 100644
--- a/toolchain/toolchain-common.in
+++ b/toolchain/toolchain-common.in
@@ -51,7 +51,7 @@  config BR2_ENABLE_LOCALE_PURGE
 
 config BR2_ENABLE_LOCALE_WHITELIST
 	string "Locales to keep"
-	default "C en_US de fr"
+	default "C en_US"
 	depends on BR2_ENABLE_LOCALE_PURGE
 	help
 	  Whitespace seperated list of locales to allow on target.