runv: set COMPATIBLE_HOST

runv rdepends on qemu, so update COMPATIBLE_HOST for runv to accord with qemu.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Kai Kang 2023-10-25 10:22:40 +08:00 committed by Bruce Ashfield
parent 710f858012
commit e26e780674

View File

@ -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/"