'do_check' 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 <[email protected]> --- meta/recipes-devtools/gcc/gcc-runtime.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index e305180c64..15ae9c337f 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc @@ -309,6 +309,7 @@ do_check[depends] += "virtual/libc:do_populate_sysroot" do_check[depends] += "${@'qemu-native:do_populate_sysroot' if "user" in d.getVar('TOOLCHAIN_TEST_TARGET') else ''}" # extend the recipe sysroot to include the built libraries (for qemu usermode) do_check[prefuncs] += "extend_recipe_sysroot" +do_check[vardepsexclude] += "extend_recipe_sysroot" do_check[prefuncs] += "check_prepare" do_check[dirs] = "${WORKDIR}/dejagnu ${B}" do_check[nostamp] = "1" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241263): https://lists.openembedded.org/g/openembedded-core/message/241263 Mute This Topic: https://lists.openembedded.org/mt/120331185/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
