summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index d3a8b102..ac9796b4 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -100,7 +100,10 @@ RDEPENDS_${PN}-misc = " \
100 python \ 100 python \
101 " 101 "
102 102
103RDEPENDS_${PN}-remus = "python" 103RDEPENDS_${PN}-remus = " \
104 bash \
105 python \
106 "
104 107
105RDEPENDS_${PN}-scripts-block = "\ 108RDEPENDS_${PN}-scripts-block = "\
106 bash \ 109 bash \
@@ -478,6 +481,7 @@ FILES_${PN}-qemu = " \
478 481
479FILES_${PN}-remus = "\ 482FILES_${PN}-remus = "\
480 ${bindir}/remus \ 483 ${bindir}/remus \
484 ${sysconfdir}/xen/scripts/remus-netbuf-setup \
481 " 485 "
482 486
483FILES_${PN}-scripts-network = " \ 487FILES_${PN}-scripts-network = " \