diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-03 22:41:14 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 01:27:24 +0200 |
commit | a1bc871b2d415a11ad798fe0299df92ee5bd2447 (patch) | |
tree | 4e1707305906227951ea9af6969a5448ba7b7125 /package/diffutils/Config.in | |
parent | 252a3bccaa35641b355b76c55cdf390cf6333ceb (diff) | |
download | buildroot-a1bc871b2d415a11ad798fe0299df92ee5bd2447.tar.gz buildroot-a1bc871b2d415a11ad798fe0299df92ee5bd2447.zip |
diffutils: use new gettext logic
This commit switches to use the new gettext logic, which involves:
- using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies
on gettext/host-gettext
- dropping BR2_PACKAGE_GETTEXT selection
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/diffutils/Config.in')
-rw-r--r-- | package/diffutils/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/diffutils/Config.in b/package/diffutils/Config.in index 97cb38b8f8..3c38f25ffd 100644 --- a/package/diffutils/Config.in +++ b/package/diffutils/Config.in @@ -2,7 +2,6 @@ config BR2_PACKAGE_DIFFUTILS bool "diffutils" depends on BR2_USE_WCHAR depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS - select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE help GNU diff. Compare files per line. |