From adb7fce0ab9d5c4d510829d8172d48a5e29d8111 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 15 Mar 2026 16:39:28 +0100 Subject: [PATCH] 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 --- make/topdir.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/topdir.mk b/make/topdir.mk index 0020129a..f85d31ad 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -220,7 +220,8 @@ pkg-install-build-deps: pkg-install-release-deps: $(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: $(Q)/bin/bash $(PKG_SH_EXE) hash