All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: package remus-netbuf-setup into xen-remus
@ 2016-01-01 15:54 Chris Patterson
  2016-01-02 20:40 ` Doug Goldstein
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Patterson @ 2016-01-01 15:54 UTC (permalink / raw)
  To: meta-virtualization

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

Signed-off-by: Chris Patterson <cjp256@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-05 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-01 15:54 [PATCH] xen: package remus-netbuf-setup into xen-remus Chris Patterson
2016-01-02 20:40 ` Doug Goldstein
2016-01-05 16:48   ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.