summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-05-02 11:01:22 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-05-02 11:02:06 -0400
commitf3faf9f1ad29ae5fa0ffdb0a6e1fd5df38b34921 (patch)
tree729aca1f827a8df96c9323f233d55d45521b6c6f /recipes-core
parentff5608b874fdd9b4dba3638729d5ae57a2a4d7b9 (diff)
downloadmeta-virtualization-f3faf9f1ad29ae5fa0ffdb0a6e1fd5df38b34921.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/runx/runx_git.bb2
1 files changed, 1 insertions, 1 deletions
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
34DEPENDS += "qemu-native" 34DEPENDS += "qemu-native"
35 35
36RDEPENDS_${PN} += " jq bash" 36RDEPENDS_${PN} += " jq bash"
37RDEPENDS_${PN} += " xen-xl go-build socat daemonize" 37RDEPENDS_${PN} += " xen-tools-xl go-build socat daemonize"
38 38
39do_compile() { 39do_compile() {
40 # we'll need this for the initrd later, so lets error if it isn't what 40 # we'll need this for the initrd later, so lets error if it isn't what