projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb1cd08
)
dependencies: we need tar and wget as well
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 6 Apr 2010 14:40:42 +0000
(16:40 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 6 Apr 2010 14:40:42 +0000
(16:40 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/dependencies/dependencies.sh
patch
|
blob
|
history
diff --git
a/toolchain/dependencies/dependencies.sh
b/toolchain/dependencies/dependencies.sh
index 146e08023db2ae2e9727369ceb0a5a58670ced5d..68b275176263aec1e7c56d9852bea6aa0608823e 100755
(executable)
--- 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