summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-08-28 12:17:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-08-29 10:45:50 +0200
commit9c626ceee7cb11830c60704031d5e0cce3694d07 (patch)
tree64dd20c3acc2c4e637e802abd2a3c0c02e33f5f3 /rules
parentc8871abd7b2d2c3ea99914f4eefe8bdf2d2db0d2 (diff)
downloadptxdist-9c626ceee7cb11830c60704031d5e0cce3694d07.tar.gz
ptxdist-9c626ceee7cb11830c60704031d5e0cce3694d07.tar.xz
which: version bump and large file awareness
'which' fails on filesystems with inodes wider than 32 bit. Add large file support to make it work as intended. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/which.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/which.make b/rules/which.make
index e5b3c6b23..f5bd76b67 100644
--- a/rules/which.make
+++ b/rules/which.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_WHICH) += which
#
# Paths and names
#
-WHICH_VERSION := 2.20
-WHICH_MD5 := 95be0501a466e515422cde4af46b2744
+WHICH_VERSION := 2.21
+WHICH_MD5 := 097ff1a324ae02e0a3b0369f07a7544a
WHICH := which-$(WHICH_VERSION)
WHICH_SUFFIX := tar.gz
WHICH_URL := $(call ptx/mirror, GNU, which/$(WHICH).$(WHICH_SUFFIX))