[Buildroot] [git commit] Add DEPENDENCIES_HOST_PREREQ to the list of packages

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sun Oct 22 13:42:26 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=862b76cfefc101943f09db2a73f5519f9a5bb2cb
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at nokia.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 02f7cda..79db7fe 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
 


More information about the buildroot mailing list