dependencies: check core dependencies before anything else
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Thu, 10 Nov 2011 19:31:51 +0000 (20:31 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 17 Nov 2011 22:18:50 +0000 (23:18 +0100)
commit4932c8a7cc94277b3d53cecd935f725b91cfa9fe
tree0609ece6840d583418bb8a5b67a7edbd2412791f
parent8c38a0a44b91579c20dac437c4715b51abeddcdd
dependencies: check core dependencies before anything else

Currently, the dependencies target (that runs dependencies.sh) depends on
DEPENDENCIES_HOST_PREREQ. This means that the dependencies listed in
DEPENDENCIES_HOST_PREREQ (currently host-sstrip if sstrip is selected) are
built *before* the dependencies.sh script is run.

As a result, if e.g. there is no gcc compiler present on the build system, the
dependencies in DEPENDENCIES_HOST_PREREQ will fail to build, and buildroot
will fail non-gracefully.

This patch makes sure that the DEPENDENCIES_HOST_PREREQ are checked *after* the
dependencies.sh script, so that any problem in the build system is reported in
a clean way by dependencies.sh.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/dependencies/dependencies.mk