summaryrefslogtreecommitdiff
path: root/toolchain/toolchain-common.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-03 00:19:39 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-08-03 21:17:13 +0200
commit6e757a6c5ca27d2f468cfca0e720fe769b8246ca (patch)
tree2546dc8e8a3a26b7b0ab6aeefac4fbc5b44050b0 /toolchain/toolchain-common.in
parent284cb4fb2e663aee7ef7939e2e3eb328a6663fe2 (diff)
toolchain: reduce the list of locales to keep by default
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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'toolchain/toolchain-common.in')
-rw-r--r--toolchain/toolchain-common.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index dae34ab59..77b4cb16a 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.