| Message ID | 20260718-extend_recipe_sysroot-v2-5-b7cbf35d00ec@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | Remove 'extend_recipe_sysroot' from 'BB_HASHEXCLUDE_COMMON' | expand |
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"
'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 <adam.blank.g@gmail.com> --- meta/recipes-devtools/gcc/gcc-runtime.inc | 1 + 1 file changed, 1 insertion(+)