diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-19 21:45:49 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:49 -0700 |
commit | a0e0e7c6c10c2f96d72ad6258a2e800db3d8518c (patch) | |
tree | 2324d1a1ca2f1d9f05560e1269df9d56d8548c44 | |
parent | 2988afbe69051219c1ffec0e2dde9ceb4a813d3b (diff) | |
download | meta-openembedded-a0e0e7c6c10c2f96d72ad6258a2e800db3d8518c.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 "\$@" | |||
37 | EOF | 37 | EOF |
38 | chmod +x ${WORKDIR}/qemuwrapper | 38 | chmod +x ${WORKDIR}/qemuwrapper |
39 | } | 39 | } |
40 | gen_emu:class-native = "" | ||
40 | 41 | ||
41 | do_unpack[postfuncs] += "gen_emu" | 42 | do_unpack[postfuncs] += "gen_emu" |
42 | 43 | ||