summaryrefslogtreecommitdiff
path: root/toolchain/dependencies
AgeCommit message (Expand)Author
2010-12-29Reset critical environment variablesDaniel Nyström
2010-12-28sstrip: make it a proper packageGustavo Zacarias
2010-12-24infrastructure: only require download tools when neededThomas Petazzoni
2010-12-16dependencies: add unzipThomas Petazzoni
2010-12-08ccache: rework ccache managementThomas Petazzoni
2010-09-30sed: get rid of host-sed variantPeter Korsgaard
2010-08-11Detect early if an UTF-8 locale is neededThomas Petazzoni
2010-07-29dependencies: add svn as a mandatory toolThomas Petazzoni
2010-06-21check-host-sed.sh: use mktemp for temporary filePeter Korsgaard
2010-06-09dependencies.sh: fix CWD in PATH checkNick Leverton
2010-05-22dependencies: check that . is not in the PATHThomas Petazzoni
2010-05-22dependencies: fix tests on LD_LIBRARY_PATHThomas Petazzoni
2010-05-07libxcb: fix path to Python modulesThomas Petazzoni
2010-05-06check-host-sed.sh: add missing shebang linePeter Korsgaard
2010-04-09target/cpio: cleanupThomas Petazzoni
2010-04-06dependencies: we need tar and wget as wellPeter Korsgaard
2010-02-23dependencies: add perl as a mandatory dependencyThomas Petazzoni
2010-02-23dependencies: add gzip and bzip2 as base dependenciesThomas Petazzoni
2009-12-16dependencies: cleanupThomas Petazzoni
2009-12-15dependencies: remove useless test doing nothingThomas Petazzoni
2009-12-15dependencies: bail out if makeinfo isn't foundThomas Petazzoni
2009-10-02dependencies: check for 'patch'Peter Korsgaard
2009-09-30dependencies: check for >= make 3.81Peter Korsgaard
2009-01-01dependencies: simplistic SHELL = bash checkPeter Korsgaard
2008-09-04Applied change from Ben Nizette and Hans-Christian Egtvedt toHamish Moffatt
2008-06-18dependencies: check for awkPeter Korsgaard
2007-08-22- improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer
2007-08-21- make sure that sstrip is available early enoughBernhard Reutner-Fischer
2007-08-21- add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer
2007-08-20Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)Ulf Samuelsson
2007-06-26- check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONSBernhard Reutner-Fischer
2007-06-05- fix typo in version checkBernhard Reutner-Fischer
2007-05-11- ignore eventual errors from which(1)Bernhard Reutner-Fischer
2007-03-21- ignore errors when looking at hostcc and hostcxxBernhard Reutner-Fischer
2007-03-21- stop using head and use sed -e '1d' at the end insteadBernhard Reutner-Fischer
2007-03-12- fix syntaxBernhard Reutner-Fischer
2007-03-10- fixes for bugs introduced with the MacOS10 support (Heikki Lindholm)Bernhard Reutner-Fischer
2007-03-09Improve the checking of sed by adding some common GNU sed installationBernhard Reutner-Fischer
2007-03-08- Propagate HOST_SED_DIR to the dependencies script so that it may use theBernhard Reutner-Fischer
2007-02-16- mention the package that usually provides makeinfoBernhard Reutner-Fischer
2007-02-15- might make sense not to print ok if it was nakBernhard Reutner-Fischer
2007-02-15- warn about missing makeinfo on the host.Bernhard Reutner-Fischer
2007-02-12- cosmeticsBernhard Reutner-Fischer
2007-02-09- add paranoia warning about $INCLUDESBernhard Reutner-Fischer
2007-02-09- add purely informational check of HOSTCXXBernhard Reutner-Fischer
2007-01-21- remove sedtest temporary fileBernhard Reutner-Fischer
2007-01-20- pass MAKE in so we can check the correct binary for it's version..Bernhard Reutner-Fischer
2007-01-19- add sanity check to make sure that LD_LIBRARY_PATH doesn't contain CWDBernhard Reutner-Fischer
2006-12-13- spelling fixBernhard Reutner-Fischer
2006-12-13fix cut-n-paste typo, where I replaced CFLAGS with two copies CXXFLAGSEric Andersen