From f3faf9f1ad29ae5fa0ffdb0a6e1fd5df38b34921 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 2 May 2020 11:01:22 -0400 Subject: runx: change xen-xl to xen-tools-xl The package name for xen-xl has changed, so we need to update the runx rdepends .. or we are unbuildable. Signed-off-by: Bruce Ashfield --- recipes-core/runx/runx_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core') diff --git a/recipes-core/runx/runx_git.bb b/recipes-core/runx/runx_git.bb index e1c19289..3b4cd335 100644 --- a/recipes-core/runx/runx_git.bb +++ b/recipes-core/runx/runx_git.bb @@ -34,7 +34,7 @@ DEPENDS += "openssl-native coreutils-native util-linux-native xz-native bc-nativ DEPENDS += "qemu-native" RDEPENDS_${PN} += " jq bash" -RDEPENDS_${PN} += " xen-xl go-build socat daemonize" +RDEPENDS_${PN} += " xen-tools-xl go-build socat daemonize" do_compile() { # we'll need this for the initrd later, so lets error if it isn't what -- cgit v1.2.3-54-g00ecf