mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
toolchain: mark BR2_ENABLE_LOCALE_PREGENERATED as broken
There's still no suitable tarball available on uclibc.org, so better hide the option for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -37,7 +37,7 @@ config BR2_ENABLE_LOCALE
|
||||
|
||||
config BR2_ENABLE_LOCALE_PREGENERATED
|
||||
bool "Use pregenerated locale data?"
|
||||
depends on BR2_ENABLE_LOCALE && BR2_TOOLCHAIN_SOURCE
|
||||
depends on BR2_ENABLE_LOCALE && BR2_TOOLCHAIN_SOURCE && BROKEN # tarball missing
|
||||
help
|
||||
Instead of generating the locale data locally you can optionally
|
||||
download a pregenerated set of locales.
|
||||
|
||||
Reference in New Issue
Block a user