summaryrefslogtreecommitdiffstats
path: root/package/gettext/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-09-16 12:57:48 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-09-20 21:27:40 +0200
commit9a07346054e6e5e8e8bee0d16eabaaee9ba97bd3 (patch)
tree4f45d0541daf3246f3bff437787c79ab0a144c15 /package/gettext/Config.in
parentcd54bec3adbc41151151acbcdd069de99a181985 (diff)
downloadbuildroot-novena-9a07346054e6e5e8e8bee0d16eabaaee9ba97bd3.tar.gz
buildroot-novena-9a07346054e6e5e8e8bee0d16eabaaee9ba97bd3.zip
gettext: remove libintl handling
Now, the gettext package always: * install everything to the staging directory * install the libraries to the target directory Note that this commit removes BR2_PACKAGE_LIBINTL without updating the packages, it is done in a separate commit to ease the review process. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [yann.morin.1998@free.fr: keep BR2_PACKAGE_LIBINTL as blind option] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> CC: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gettext/Config.in')
-rw-r--r--package/gettext/Config.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/package/gettext/Config.in b/package/gettext/Config.in
index 0ee4065c4..04f7de673 100644
--- a/package/gettext/Config.in
+++ b/package/gettext/Config.in
@@ -7,17 +7,15 @@ config BR2_PACKAGE_GETTEXT
framework to help other GNU packages produce multi-lingual
messages.
+ Only the gettext libraries will be installed in the
+ target. The full gettext suite, including tools, will be
+ installed in the staging directory.
+
http://www.gnu.org/software/gettext/
comment "gettext requires a toolchain with WCHAR support"
depends on BR2_NEEDS_GETTEXT && !BR2_USE_WCHAR
config BR2_PACKAGE_LIBINTL
- bool "libintl"
- depends on BR2_NEEDS_GETTEXT
- depends on BR2_USE_WCHAR
- help
- Selecting this package installs all of gettext in the staging
- directory and the shared library for it's use in the target.
-
- http://www.gnu.org/software/gettext/
+ bool
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT