From: Peter Korsgaard Date: Tue, 6 Apr 2010 14:40:42 +0000 (+0200) Subject: dependencies: we need tar and wget as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d5b0bb4bc835a5f3efb8761696dd43b1df5d60ad;p=buildroot.git dependencies: we need tar and wget as well Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh index 146e08023d..68b2751762 100755 --- a/toolchain/dependencies/dependencies.sh +++ b/toolchain/dependencies/dependencies.sh @@ -122,7 +122,7 @@ if ! $SHELL --version 2>&1 | grep -q '^GNU bash'; then fi; # Check that a few mandatory programs are installed -for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl ; do +for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl tar wget ; do if ! which $prog > /dev/null ; then /bin/echo -e "\nYou must install '$prog' on your build machine"; if test $prog = "makeinfo" ; then