summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChris Patterson <cjp256@gmail.com>2016-01-01 10:54:27 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-01-05 11:47:17 -0500
commit9d9372c0f935796d789c3412924742123591549c (patch)
tree5280f9dcc1383b5230d12a7800ec1799a33ac282 /recipes-extended
parent99b2937ed4573f94ac163451ad2e226a6d911365 (diff)
downloadmeta-virtualization-9d9372c0f935796d789c3412924742123591549c.tar.gz
xen: package remus-netbuf-setup into xen-remus
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> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended')
-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 = " \