From 897f8cd114b262b996a2a2a20046da3195c70054 Mon Sep 17 00:00:00 2001 From: Rogerio Guerra Borin Date: Wed, 13 Nov 2024 15:32:29 -0300 Subject: [PATCH] cfs-signed: use immediate assignment to DISTROOVERRIDES Make immediate assignment rather using the override syntax to add the cfs-signed and cfs-support overrides to variable DISTROOVERRIDES. This allows one to check that variable in situations where the immediate value is needed, for example in conditional includes/requires. Signed-off-by: Rogerio Guerra Borin --- classes/cfs-signed.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/cfs-signed.bbclass b/classes/cfs-signed.bbclass index 7075fe04..2abfa6c7 100644 --- a/classes/cfs-signed.bbclass +++ b/classes/cfs-signed.bbclass @@ -20,7 +20,7 @@ # addition of the composefs digest into the commit metadata) and the signature # verification at runtime. # -DISTROOVERRIDES:append = ":cfs-support:cfs-signed" +DISTROOVERRIDES .= ":cfs-support:cfs-signed" # Variables a user will likely want to set up: #