]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
native: add 'extend_recipe_sysroot' to 'vardepsexclude'
authorAdam Blank <adam.blank.g@gmail.com>
Sat, 18 Apr 2026 18:34:05 +0000 (20:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jun 2026 14:50:15 +0000 (15:50 +0100)
'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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/native.bbclass

index 8aa86f9cb62040f10739992b02d6881a732da052..b357b2da7b9eeb862552b542857525b787cf8abe 100644 (file)
@@ -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