[meta-virtualization] [PATCH] xen: package remus-netbuf-setup into xen-remus

Chris Patterson cjp256 at gmail.com
Fri Jan 1 07:54:27 PST 2016


Package remus-netbuf-setup script which does not ship with
any existing package (throwing up a QA warning).

Signed-off-by: Chris Patterson <cjp256 at gmail.com>
---
 recipes-extended/xen/xen.inc |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index d3a8b10..ac9796b 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -100,7 +100,10 @@ RDEPENDS_${PN}-misc = " \
     python \
     "
 
-RDEPENDS_${PN}-remus = "python"
+RDEPENDS_${PN}-remus = " \
+    bash \
+    python \
+    "
 
 RDEPENDS_${PN}-scripts-block = "\
     bash \
@@ -478,6 +481,7 @@ FILES_${PN}-qemu = " \
 
 FILES_${PN}-remus = "\
     ${bindir}/remus \
+    ${sysconfdir}/xen/scripts/remus-netbuf-setup \
     "
 
 FILES_${PN}-scripts-network = " \
-- 
1.7.10.4



More information about the meta-virtualization mailing list