summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-05-08 00:03:49 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-08 00:03:49 +0200
commit2f81dd315f40a948e4f591fd9c8ece67b1866ac5 (patch)
tree47dbda4c349980cf2b8a7b62b2160bf10532f93b /toolchain
parent6f4939d4c5624681bd7c0cbb92462f3d3fb941c3 (diff)
parente3963e90cc84df3a31b68768831fe07a0003e322 (diff)
downloadbuildroot-novena-2f81dd315f40a948e4f591fd9c8ece67b1866ac5.tar.gz
buildroot-novena-2f81dd315f40a948e4f591fd9c8ece67b1866ac5.zip
Merge branch 'misc-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'toolchain')
-rwxr-xr-xtoolchain/dependencies/dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh
index 013c1d57d..923c76bcd 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 tar wget cpio ; do
+for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl tar wget cpio python ; do
if ! which $prog > /dev/null ; then
/bin/echo -e "\nYou must install '$prog' on your build machine";
if test $prog = "makeinfo" ; then