]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
dependencies: remove a few useless mandatory dependencies
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 23 Mar 2013 22:26:41 +0000 (22:26 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 24 Mar 2013 12:51:21 +0000 (13:51 +0100)
commitd8f9237553e4f839de32eb5e82805017fc758cd9
treec95d2f4f7827d46789c3a1113e9e0c1b2e02b9be
parenta0b497b062bada5d05adfb3555ea9f99e973b8f2
dependencies: remove a few useless mandatory dependencies

awk, bison, flex, makeinfo, gettext should be built as dependencies of
packages when needed. In practice, even the toolchain build doesn't
need any of these, and only a few packages do require them.

It is not needed to list gzip and bzip2 since they are already checked
through ${DL_TOOLS}: whenever a package needs gzip or bzip2 for its
extraction, the dependency is added.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/manual/prerequisite.txt
support/dependencies/dependencies.sh