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 <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Richard Purdie 2025-06-19 21:45:49 +01:00 committed by Khem Raj
parent 2988afbe69
commit a0e0e7c6c1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -37,6 +37,7 @@ $qemu_binary "\$@"
EOF
chmod +x ${WORKDIR}/qemuwrapper
}
gen_emu:class-native = ""
do_unpack[postfuncs] += "gen_emu"