mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
2988afbe69
commit
a0e0e7c6c1
|
|
@ -37,6 +37,7 @@ $qemu_binary "\$@"
|
|||
EOF
|
||||
chmod +x ${WORKDIR}/qemuwrapper
|
||||
}
|
||||
gen_emu:class-native = ""
|
||||
|
||||
do_unpack[postfuncs] += "gen_emu"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user