package: add toolchain dependency to every target package
authorFabio Porcedda <fabio.porcedda@gmail.com>
Fri, 14 Feb 2014 09:55:04 +0000 (10:55 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 14 Feb 2014 20:08:35 +0000 (21:08 +0100)
commitb2fd9f90e23e25ab6c55f116c2cf3c244d122ec2
treec1f67ca23f1efe0a696751a5145e65ad7ea603cd
parent6f13130ac9a1a5eebfccbd8c9f04a6ec3f5ceba2
package: add toolchain dependency to every target package

This commit makes the dependency from the target toolchain explicit.
This way we can buid from command line a package that use
inner-generic-package right after the configuration phase, example:

make clean <package-name>

Also remove TARGETS_ALL because the only purpose was to add toolchain
dependency so it's superseded by this commit.

To prevent circular dependency add the new variable
<pkgname>_ADD_TOOLCHAIN_DEPENDENCY to avoid adding the toolchain
dependency for toolchain packages.

This is also a step forward supporting top-level parallel make.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile
package/glibc/glibc.mk
package/linux-headers/linux-headers.mk
package/pkg-autotools.mk
package/pkg-cmake.mk
package/pkg-generic.mk
package/pkg-python.mk
package/uclibc/uclibc.mk
toolchain/toolchain-buildroot/toolchain-buildroot.mk
toolchain/toolchain-external/toolchain-external.mk
toolchain/toolchain/toolchain.mk