From: Adam Blank Date: Sat, 18 Jul 2026 13:25:09 +0000 (+0200) Subject: native: add 'extend_recipe_sysroot' to 'vardepsexclude' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06fe4b11373b8a11415db9b515d715a354309ca0;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