From bd4c908b4622de9d422784a7bb5a9dbdac34ca52 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 15 Nov 2017 15:49:27 -0500 Subject: runv: add rdepends on hyperstart runv needs a kernel and initrd as part of its startup. The tested configuration for these is hyperstart, so we add it to the rdepends to ensure it is installed. Signed-off-by: Bruce Ashfield --- recipes-core/runv/runv_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/runv') diff --git a/recipes-core/runv/runv_git.bb b/recipes-core/runv/runv_git.bb index 5125d906..0301dd28 100644 --- a/recipes-core/runv/runv_git.bb +++ b/recipes-core/runv/runv_git.bb @@ -22,7 +22,7 @@ inherit autotools-brokensep PACKAGECONFIG[xen] = "--with-xen,--without-xen," AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/" -RDEPENDS_${PN} += " qemu" +RDEPENDS_${PN} += " qemu hyperstart" do_compile() { export GOARCH="${TARGET_GOARCH}" -- cgit v1.2.3-54-g00ecf