From a0e0e7c6c10c2f96d72ad6258a2e800db3d8518c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 19 Jun 2025 21:45:49 +0100 Subject: [PATCH] hdf5-native: Fix recipe task signature The task signature for hdf5-native:do_unpack is currently machine specific due to the use of qemu. This isn't used in the native case but the do_unpack task was being compromised. Fix this by adding a class-native override. This helps ensure yocto-check-layer passes for layers referencing meta-oe. Signed-off-by: Richard Purdie Signed-off-by: Khem Raj --- meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb b/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb index f34e5f183d..edaf5710e1 100644 --- a/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb +++ b/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb @@ -37,6 +37,7 @@ $qemu_binary "\$@" EOF chmod +x ${WORKDIR}/qemuwrapper } +gen_emu:class-native = "" do_unpack[postfuncs] += "gen_emu"