Add DEPENDENCIES_HOST_PREREQ to the list of packages

That way packages included in that list like ccache will also be
regarded as a normal packages for targets like external-deps,
show-targets or legal-info

Signed-off-by: Alfredo Alvarez Fernandez <alfredo.alvarez_fernandez@nokia.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Alfredo Alvarez Fernandez 2017-04-28 11:35:21 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 36d398ac30
commit 862b76cfef

View File

@ -486,6 +486,8 @@ include package/Makefile.in
-include $(wildcard arch/arch.mk.*)
include support/dependencies/dependencies.mk
PACKAGES += $(DEPENDENCIES_HOST_PREREQ)
include toolchain/*.mk
include toolchain/*/*.mk