mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f3122259e2
commit
118b880d73
@ -338,6 +338,9 @@ $(1)-extract: $(1)-depends \
|
|||||||
|
|
||||||
$(1)-depends: $(1)-source $$($(2)_DEPENDENCIES)
|
$(1)-depends: $(1)-source $$($(2)_DEPENDENCIES)
|
||||||
|
|
||||||
|
$(1)-show-depends:
|
||||||
|
@echo $$($(2)_DEPENDENCIES)
|
||||||
|
|
||||||
$(1)-source: $$($(2)_TARGET_SOURCE)
|
$(1)-source: $$($(2)_TARGET_SOURCE)
|
||||||
|
|
||||||
$(1)-uninstall: $(1)-configure $$($(2)_TARGET_UNINSTALL)
|
$(1)-uninstall: $(1)-configure $$($(2)_TARGET_UNINSTALL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user