a0f4ddfbe0
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>
11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
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
|