From d5b0bb4bc835a5f3efb8761696dd43b1df5d60ad Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 6 Apr 2010 16:40:42 +0200 Subject: dependencies: we need tar and wget as well Signed-off-by: Peter Korsgaard --- toolchain/dependencies/dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain') diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh index 146e08023..68b275176 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 -- cgit v1.2.3