mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
e319e746bf
commit
8f27aaa07c
|
@ -34,7 +34,7 @@ DEPENDS += "openssl-native coreutils-native util-linux-native xz-native bc-nativ
|
||||||
DEPENDS += "qemu-native"
|
DEPENDS += "qemu-native"
|
||||||
|
|
||||||
RDEPENDS_${PN} += " jq bash"
|
RDEPENDS_${PN} += " jq bash"
|
||||||
RDEPENDS_${PN} += " xen-xl go-build socat daemonize"
|
RDEPENDS_${PN} += " xen-tools-xl go-build socat daemonize"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
# we'll need this for the initrd later, so lets error if it isn't what
|
# we'll need this for the initrd later, so lets error if it isn't what
|
||||||
|
|
Loading…
Reference in New Issue
Block a user