]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
cross: add 'extend_recipe_sysroot' to 'vardepsexclude'
authorAdam Blank <adam.blank.g@gmail.com>
Sat, 18 Jul 2026 13:25:08 +0000 (15:25 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Aug 2026 12:44:00 +0000 (13:44 +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/cross.bbclass

index 82a49dc8f5c08722aae611a5c2912a59c0fe562b..bceee5d6e6d1a34148ae5cd6b1bc359acef20bcd 100644 (file)
@@ -98,6 +98,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"
 
 PATH:prepend = "${COREBASE}/scripts/cross-intercept:"