diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-11-13 19:27:53 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-14 09:28:03 +0100 |
commit | a0f4ddfbe02a2eec7f6f2158d3258a511a55bf56 (patch) | |
tree | 98e363d297a7c88121493423240cbe2767341569 /package/diffutils/Config.in | |
parent | f00bc8ac3b93e5e2aa5c8b2c8354de7453d9b60a (diff) | |
download | buildroot-novena-a0f4ddfbe02a2eec7f6f2158d3258a511a55bf56.tar.gz buildroot-novena-a0f4ddfbe02a2eec7f6f2158d3258a511a55bf56.zip |
diffutils: bump to version 3.2
Bump to diffutils version 3.2
Drop all unnecessary configure hints.
There's no point in installing diffutils to staging so drop that too.
Build after busybox if it's enabled to prefer full-blown diff.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/diffutils/Config.in')
-rw-r--r-- | package/diffutils/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/diffutils/Config.in b/package/diffutils/Config.in index df3e426dd..86da5d3a4 100644 --- a/package/diffutils/Config.in +++ b/package/diffutils/Config.in @@ -1,6 +1,10 @@ config BR2_PACKAGE_DIFFUTILS bool"diffutils" + depends on BR2_USE_WCHAR help GNU diff. Compare files per line. http://www.gnu.org/software/diffutils/diffutils.html + +comment "diffutils requires a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR |