diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-05-02 11:01:22 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-05-02 11:02:06 -0400 |
commit | f3faf9f1ad29ae5fa0ffdb0a6e1fd5df38b34921 (patch) | |
tree | 729aca1f827a8df96c9323f233d55d45521b6c6f | |
parent | ff5608b874fdd9b4dba3638729d5ae57a2a4d7b9 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-core/runx/runx_git.bb | 2 |
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 | |||
34 | DEPENDS += "qemu-native" | 34 | DEPENDS += "qemu-native" |
35 | 35 | ||
36 | RDEPENDS_${PN} += " jq bash" | 36 | RDEPENDS_${PN} += " jq bash" |
37 | RDEPENDS_${PN} += " xen-xl go-build socat daemonize" | 37 | RDEPENDS_${PN} += " xen-tools-xl go-build socat daemonize" |
38 | 38 | ||
39 | do_compile() { | 39 | do_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 |