From: Adam Blank Date: Sat, 18 Apr 2026 18:34:05 +0000 (+0200) Subject: native: add 'extend_recipe_sysroot' to 'vardepsexclude' X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c04c790c772a6be94d2b4e8a175f8fe353065f23;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git native: add 'extend_recipe_sysroot' to 'vardepsexclude' 'do_addto_recipe_sysroot' did not declare this explicitly, but made use of the fact, that 'extend_recipe_sysroot' is ignored on the base hash level. Signed-off-by: Adam Blank Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/native.bbclass b/meta/classes-recipe/native.bbclass index 8aa86f9cb6..b357b2da7b 100644 --- a/meta/classes-recipe/native.bbclass +++ b/meta/classes-recipe/native.bbclass @@ -170,6 +170,7 @@ python do_addto_recipe_sysroot () { } addtask addto_recipe_sysroot after do_populate_sysroot do_addto_recipe_sysroot[deptask] = "do_populate_sysroot" +do_addto_recipe_sysroot[vardepsexclude] += "extend_recipe_sysroot" inherit nopackages