summaryrefslogtreecommitdiff
path: root/toolchain/dependencies
AgeCommit message (Expand)AuthorFilesLines
2012-02-09dependencies: move from toolchain/ to support/Thomas De Schampheleire2-195/+0
2012-02-08dependencies.sh: fix host g++ check when ccache is usedPeter Korsgaard1-1/+1
2011-12-04dependencies: check for extract tools as wellPeter Korsgaard1-7/+1
2011-11-17dependencies: remove unused lzma checking scriptsThomas De Schampheleire1-13/+0
2011-11-17dependencies: check core dependencies before anything elseThomas De Schampheleire1-2/+4
2011-10-15dependencies: additional check for PERL_MM_OPTThomas Petazzoni1-0/+8
2011-09-20dependencies: add rsync as a required dependencyThomas Petazzoni1-1/+1
2010-12-29Reset critical environment variablesDaniel Nyström1-9/+0
2010-12-28sstrip: make it a proper packageGustavo Zacarias1-1/+1
2010-12-24infrastructure: only require download tools when neededThomas Petazzoni2-1/+8
2010-12-16dependencies: add unzipThomas Petazzoni1-1/+1
2010-12-08ccache: rework ccache managementThomas Petazzoni1-1/+1
2010-09-30sed: get rid of host-sed variantPeter Korsgaard3-59/+15
2010-08-11Detect early if an UTF-8 locale is neededThomas Petazzoni2-0/+13
2010-07-29dependencies: add svn as a mandatory toolThomas Petazzoni1-1/+3
2010-06-21check-host-sed.sh: use mktemp for temporary filePeter Korsgaard1-4/+5
2010-06-09dependencies.sh: fix CWD in PATH checkNick Leverton1-1/+1
2010-05-22dependencies: check that . is not in the PATHThomas Petazzoni1-0/+15
2010-05-22dependencies: fix tests on LD_LIBRARY_PATHThomas Petazzoni1-4/+4
2010-05-07libxcb: fix path to Python modulesThomas Petazzoni1-1/+1
2010-05-06check-host-sed.sh: add missing shebang linePeter Korsgaard1-0/+2
2010-04-09target/cpio: cleanupThomas Petazzoni1-1/+1
2010-04-06dependencies: we need tar and wget as wellPeter Korsgaard1-1/+1
2010-02-23dependencies: add perl as a mandatory dependencyThomas Petazzoni1-1/+1
2010-02-23dependencies: add gzip and bzip2 as base dependenciesThomas Petazzoni1-1/+1
2009-12-16dependencies: cleanupThomas Petazzoni1-229/+38
2009-12-15dependencies: remove useless test doing nothingThomas Petazzoni1-7/+0
2009-12-15dependencies: bail out if makeinfo isn't foundThomas Petazzoni1-0/+1
2009-10-02dependencies: check for 'patch'Peter Korsgaard1-0/+17
2009-09-30dependencies: check for >= make 3.81Peter Korsgaard1-2/+2
2009-01-01dependencies: simplistic SHELL = bash checkPeter Korsgaard1-0/+12
2008-09-04Applied change from Ben Nizette and Hans-Christian Egtvedt toHamish Moffatt1-2/+4
2008-06-18dependencies: check for awkPeter Korsgaard1-0/+12
2007-08-22- improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer1-3/+7
2007-08-21- make sure that sstrip is available early enoughBernhard Reutner-Fischer1-1/+5
2007-08-21- add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2-1/+14
2007-08-20Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)Ulf Samuelsson1-1/+7
2007-06-26- check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONSBernhard Reutner-Fischer1-0/+22
2007-06-05- fix typo in version checkBernhard Reutner-Fischer1-1/+1
2007-05-11- ignore eventual errors from which(1)Bernhard Reutner-Fischer2-4/+4
2007-03-21- ignore errors when looking at hostcc and hostcxxBernhard Reutner-Fischer1-3/+3
2007-03-21- stop using head and use sed -e '1d' at the end insteadBernhard Reutner-Fischer1-3/+3
2007-03-12- fix syntaxBernhard Reutner-Fischer1-1/+1
2007-03-10- fixes for bugs introduced with the MacOS10 support (Heikki Lindholm)Bernhard Reutner-Fischer1-10/+4
2007-03-09Improve the checking of sed by adding some common GNU sed installationBernhard Reutner-Fischer2-24/+57
2007-03-08- Propagate HOST_SED_DIR to the dependencies script so that it may use theBernhard Reutner-Fischer1-1/+3
2007-02-16- mention the package that usually provides makeinfoBernhard Reutner-Fischer1-1/+2
2007-02-15- might make sense not to print ok if it was nakBernhard Reutner-Fischer1-1/+2
2007-02-15- warn about missing makeinfo on the host.Bernhard Reutner-Fischer1-1/+6
2007-02-12- cosmeticsBernhard Reutner-Fischer1-1/+1