[Buildroot] [git commit] package/pkg-generic: simplify dependency tree

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Apr 3 20:55:45 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=254531acbb950b83649c7b266f6e27d99d933231
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Why do things simply, when we can do it complicated?

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/pkg-generic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index c86338b856..a83813e28d 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -865,7 +865,7 @@ $(1)-show-build-order: $$(patsubst %,%-show-build-order,$$($(2)_FINAL_ALL_DEPEND
 $(1)-show-dependency-tree: $$(patsubst %,%-show-dependency-tree,$$($(2)_FINAL_ALL_DEPENDENCIES))
 	@:
 	$$(info $(1): $(4) $$(if $$($(2)_IS_VIRTUAL),virtual,$$($(2)_DL_VERSION)))
-	$$(info $(1) -> $$(foreach d,$$($(2)_FINAL_ALL_DEPENDENCIES),$$(d)))
+	$$(info $(1) -> $$($(2)_FINAL_ALL_DEPENDENCIES))
 
 $(1)-graph-depends: graph-depends-requirements
 	$(call pkg-graph-depends,$(1),--direct)


More information about the buildroot mailing list