From c159a11bbecb34825b70656e7c80f6e3efed7073 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 14 Mar 2026 14:26:25 +0100 Subject: [PATCH] topdir.mk: pkg-install-[testbuild|relase]-deps: Unify Make pkg-install-testbuild-deps an alias for pkg-install-release-deps. At this point, they do nearly the same thing, and the distinction between what the implementations should do are blurry at best. This commit removes redundancy but keeps the use cases distinct. Different implementations can be reinstantiated should requirements for different implementations become clearer later on. Signed-off-by: Jan Lindemann --- make/topdir.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/make/topdir.mk b/make/topdir.mk index c6cf76a0..123da083 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -220,8 +220,7 @@ pkg-install-build-deps: pkg-install-release-deps: $(PKG_MANAGER) install $(BASE_PKGS) $(shell $(proj_query_cmd) required-os-pkg --quote --skip-excluded --flavours "build run release" $(PROJECT)) -pkg-install-testbuild-deps: - $(PKG_MANAGER) install $(BASE_PKGS) $(shell $(proj_query_cmd) pkg-requires --delimiter=' ' --no-version build,run,release $(PROJECT)) +pkg-install-testbuild-deps: pkg-install-release-deps echo-hash: $(Q)/bin/bash $(PKG_SH_EXE) hash