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>
(cherry picked from commit 862b76cfef)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Alfredo Alvarez Fernandez 2017-04-28 11:35:21 +02:00 committed by Peter Korsgaard
parent e63090a2d5
commit 61bf28e5cb

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