Commit 118b880d authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

package: Add new <pkg>-show-depends to list dependencies



The new <pkg>-show-depends simply outputs the list of dependencies for
the given package.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f3122259
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -338,6 +338,9 @@ $(1)-extract: $(1)-depends \

$(1)-depends:		$(1)-source $$($(2)_DEPENDENCIES)

$(1)-show-depends:
			@echo $$($(2)_DEPENDENCIES)

$(1)-source:		$$($(2)_TARGET_SOURCE)

$(1)-uninstall:		$(1)-configure $$($(2)_TARGET_UNINSTALL)