From c7c9779e40850fd93f6568c36f10305266f8efbe Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 21 Sep 2026 17:06:58 +0200 Subject: [PATCH] projects-dir.mk: PKG_RELATIONS_BUILD += recommends Add recommended projects into the build closure. Would be nice if they got built along. Let's see if nightly survives it. Signed-off-by: Jan Lindemann --- make/projects-dir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index 84af96b7..d6e97d75 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -124,7 +124,7 @@ ifeq ($(TIME),) endif endif JW_PKG_PY_PROJECTS = $(JW_PKG_PY) projects -PKG_RELATIONS_BUILD ?= requires +PKG_RELATIONS_BUILD ?= requires,recommends JW_PKG_PY_BUILD = $(JW_PKG_PY_PROJECTS) build --pkg-relations "$(PKG_RELATIONS_BUILD)" $(JW_PKG_PY_EXTRA_BUILD_OPTS) JW_PKG_PY_REQUIRED_OS_PKG = $(JW_PKG_PY_PROJECTS) required-os-pkg --quote --skip-excluded --pkg-relations "$(PKG_RELATIONS_BUILD)" PKG_MANAGER ?= $(TIME) $(JW_PKG_PY) --interactive=$(INTERACTIVE) pkg