diff options
-rw-r--r-- | recipes-extended/xen/xen.inc | 6 |
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 | ||
103 | RDEPENDS_${PN}-remus = "python" | 103 | RDEPENDS_${PN}-remus = " \ |
104 | bash \ | ||
105 | python \ | ||
106 | " | ||
104 | 107 | ||
105 | RDEPENDS_${PN}-scripts-block = "\ | 108 | RDEPENDS_${PN}-scripts-block = "\ |
106 | bash \ | 109 | bash \ |
@@ -478,6 +481,7 @@ FILES_${PN}-qemu = " \ | |||
478 | 481 | ||
479 | FILES_${PN}-remus = "\ | 482 | FILES_${PN}-remus = "\ |
480 | ${bindir}/remus \ | 483 | ${bindir}/remus \ |
484 | ${sysconfdir}/xen/scripts/remus-netbuf-setup \ | ||
481 | " | 485 | " |
482 | 486 | ||
483 | FILES_${PN}-scripts-network = " \ | 487 | FILES_${PN}-scripts-network = " \ |