[Buildroot] [PATCH 2/2] Add DEPENDENCIES_HOST_PREREQ to the list of packages

Alfredo Alvarez Fernandez alfredo.alvarez_fernandez at nokia.com
Fri Apr 28 09:35:21 UTC 2017


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>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 919d589..f041567 100644
--- a/Makefile
+++ b/Makefile
@@ -484,6 +484,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
 
-- 
2.7.4




More information about the buildroot mailing list