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