kumquat-buildroot/support
Arnout Vandecappelle (Essensium/Mind) 390780d562 dependencies: correct dependencies for top-level parallel build
Commit 4932c8a7cc introduced the
core-dependencies target to make sure that the dependencies.sh script
runs before we attempt to compile any host tool, so that the absence of
a compiler is properly detected. However, this relied on the
left-to-right evaluation of dependencies. This will no longer be true
when we enable top-level parallel build.

Fix this by letting DEPENDENCIES_HOST_PREREQ depend on
core-dependencies.

Note that it is not possible to remove the
dependencies <- core-dependencies. Indeed, it is possible that
DEPENDENCIES_HOST_PREREQ is completely empty, and in that case we still
need to check core-dependencies.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2018-01-08 23:37:59 +01:00
..
config-fragments support/config-fragments: update ARC pre-built toolchain 2017-11-17 23:40:57 +01:00
dependencies dependencies: correct dependencies for top-level parallel build 2018-01-08 23:37:59 +01:00
docker support: add Dockerfile for CI 2017-07-02 23:45:24 +02:00
download support/download: svn non-interactive in BR2_SVN 2017-11-26 14:18:57 +01:00
gnuconfig support/gnuconfig: bump version to 2016-05-15 2016-06-05 22:26:57 +02:00
kconfig support/kconfig: fix usage typo and align verb tenses 2017-10-10 22:37:11 +02:00
legal-info legal-info: add hash for our own license file 2017-07-05 16:31:40 +02:00
libtool
misc Update for 2017.11 2017-11-30 22:35:17 +01:00
scripts support/scripts: sort pie charts 2018-01-02 22:40:09 +01:00
testing fs/iso9660: fix transparent (de)compression 2018-01-02 21:57:43 +01:00