diff mbox series

[v2,3/6] native: add 'extend_recipe_sysroot' to 'vardepsexclude'

Message ID 20260718-extend_recipe_sysroot-v2-3-b7cbf35d00ec@gmail.com
State New
Headers show
Series Remove 'extend_recipe_sysroot' from 'BB_HASHEXCLUDE_COMMON' | expand

Commit Message

Adam Blank July 18, 2026, 1:25 p.m. UTC
'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 <adam.blank.g@gmail.com>
---
 meta/classes-recipe/native.bbclass | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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