From: Alfredo Alvarez Fernandez Date: Fri, 28 Apr 2017 09:35:21 +0000 (+0200) Subject: Add DEPENDENCIES_HOST_PREREQ to the list of packages X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=862b76cfefc101943f09db2a73f5519f9a5bb2cb;p=buildroot.git 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 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/Makefile b/Makefile index 02f7cda302..79db7fe48a 100644 --- a/Makefile +++ b/Makefile @@ -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