summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-03 23:26:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 01:37:35 +0200
commit4460da3e147a65377478bc5937b67fff831651d3 (patch)
tree9a488b25392bcd0f620ae37c996570c2b23c9a10
parent38d29739a4413cf63042b8ce1f311e2bc35a0f6c (diff)
downloadbuildroot-4460da3e147a65377478bc5937b67fff831651d3.tar.gz
buildroot-4460da3e147a65377478bc5937b67fff831651d3.zip
toolchain: drop BR2_NEEDS_GETTEXT{,_IF_LOCALE}
Now that all packages have been migrated to the new gettext logic, we can remove the BR2_NEEDS_GETTEXT and BR2_NEEDS_GETTEXT_IF_LOCALE variables. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r--package/gettext/Config.in1
-rw-r--r--toolchain/toolchain-common.in14
2 files changed, 0 insertions, 15 deletions
diff --git a/package/gettext/Config.in b/package/gettext/Config.in
index 0dea03d18d..60f8d4fdc8 100644
--- a/package/gettext/Config.in
+++ b/package/gettext/Config.in
@@ -22,5 +22,4 @@ config BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL
endif
comment "gettext needs a toolchain w/ wchar"
- depends on BR2_NEEDS_GETTEXT
depends on !BR2_USE_WCHAR
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index 59115f39e9..c570cc848e 100644
--- a/toolchain/toolchain-common.in
+++ b/toolchain/toolchain-common.in
@@ -79,20 +79,6 @@ config BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_LIST
Note: the full set of gconv libs are ~8MiB (on ARM).
-# glibc and eglibc directly include gettext, so a separatly compiled
-# gettext isn't needed and shouldn't be built to avoid conflicts. Some
-# packages always need gettext, other packages only need gettext when
-# locale support is enabled. See the documentation for how packages
-# should rely on the following two options.
-
-config BR2_NEEDS_GETTEXT
- bool
- default y if BR2_TOOLCHAIN_USES_UCLIBC
-
-config BR2_NEEDS_GETTEXT_IF_LOCALE
- bool
- default y if (BR2_NEEDS_GETTEXT && BR2_ENABLE_LOCALE)
-
# This boolean is true if the toolchain provides a built-in full
# featured gettext implementation (glibc), and false if only a stub
# gettext implementation is provided (uclibc, musl)
OpenPOWER on IntegriCloud