buildroot/toolchain/dependencies
Peter Korsgaard 2c6390a5d0 dependencies: check for extract tools as well
Most of the extract tools (gzip/bzip/..) we already check for explicitly
in dependencies.sh (as they are used outside GENTARGETS), but not for
xzcat.
The .xz format is used fairly rarely, and it is likely to not be available
on build hosts, so an explicit (hardcoded) check for it isn't optimal.
Instead, add the inflate tools used to DL_TOOLS_DEPENDENCIES, similar to
how we do it for svn/git/bzr/...

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-04 20:27:21 +01:00
..
dependencies.mk dependencies: check for extract tools as well 2011-12-04 20:27:21 +01:00
dependencies.sh dependencies: additional check for PERL_MM_OPT 2011-10-15 23:01:03 +02:00