[Buildroot] [git commit] support/dependencies: don't check for `which'

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sun Sep 26 21:37:21 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=a95c353a46247db036862ad839c095ca9ae4f690
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

It's requirement has been removed in previous commit.

Signed-off-by: Petr Vorel <petr.vorel at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 support/dependencies/dependencies.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
index c5dcb86231..a3e0b3ecc4 100755
--- a/support/dependencies/dependencies.sh
+++ b/support/dependencies/dependencies.sh
@@ -65,8 +65,6 @@ check_prog_host()
 	fi
 }
 
-# Verify that which is installed
-check_prog_host "which"
 # Verify that sed is installed
 check_prog_host "sed"
 


More information about the buildroot mailing list