support/dependencies: use the new kconfig option to check UTF8 locale
commit40685f6a51fcba41721e0b798393cb0b01dfe27b
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 4 Dec 2016 09:43:06 +0000 (4 10:43 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Dec 2016 14:38:16 +0000 (4 15:38 +0100)
treebf037c4414af81592e452aa4cf927c08ec44a5cf
parent70da1d7c46415f4ed231af8598839fc779b130ec
support/dependencies: use the new kconfig option to check UTF8 locale

Currently, we require a host with an UTF-8 locale as soone as we build a
Buildroot toolchain with support for locales. This means that we do
erquire such a locale when building a toolchain with either uClibc,
glibc or musl.

However, glibc and musl do not require such a locale to be present.

Use the new option to check if an UTF8 locale is needed on the host,
rather than deriving that from toolchain settings.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/dependencies/dependencies.sh