From: Kai Kang <[email protected]> runv rdepends on qemu, so update COMPATIBLE_HOST for runv to accord with qemu.
Signed-off-by: Kai Kang <[email protected]> --- recipes-core/runv/runv_git.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes-core/runv/runv_git.bb b/recipes-core/runv/runv_git.bb index e5a5abd3..73cd81a6 100644 --- a/recipes-core/runv/runv_git.bb +++ b/recipes-core/runv/runv_git.bb @@ -19,6 +19,12 @@ inherit goarch inherit pkgconfig inherit autotools-brokensep +# accord with qemu +COMPATIBLE_HOST:mipsarchn32 = "null" +COMPATIBLE_HOST:mipsarchn64 = "null" +COMPATIBLE_HOST:riscv32 = "null" +COMPATIBLE_HOST:powerpc = "null" + PACKAGECONFIG[xen] = "--with-xen,--without-xen," AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8385): https://lists.yoctoproject.org/g/meta-virtualization/message/8385 Mute This Topic: https://lists.yoctoproject.org/mt/102160040/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
