mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
topdir.mk: pkg-install-release-deps: Improve selector
Use pkg-requires --hide-self to find all prerequisites that should be installed for a test run against packages installed from the repositories, including self-built and self-hosted packages. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
277e5166e8
commit
adb7fce0ab
1 changed files with 2 additions and 1 deletions
|
|
@ -220,7 +220,8 @@ pkg-install-build-deps:
|
||||||
pkg-install-release-deps:
|
pkg-install-release-deps:
|
||||||
$(PKG_MANAGER) install $(shell $(proj_query_cmd) required-os-pkg --quote --skip-excluded "build,run,release" $(PROJECT))
|
$(PKG_MANAGER) install $(shell $(proj_query_cmd) required-os-pkg --quote --skip-excluded "build,run,release" $(PROJECT))
|
||||||
|
|
||||||
pkg-install-testbuild-deps: pkg-install-release-deps
|
pkg-install-testbuild-deps:
|
||||||
|
$(PKG_MANAGER) install $(shell $(proj_query_cmd) pkg-requires --quote --skip-excluded --hide-self --syntax names-only --delimiter " " "build,run,devel,release" $(PROJECT))
|
||||||
|
|
||||||
echo-hash:
|
echo-hash:
|
||||||
$(Q)/bin/bash $(PKG_SH_EXE) hash
|
$(Q)/bin/bash $(PKG_SH_EXE) hash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue