mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
99b2937ed4
commit
9d9372c0f9
|
@ -100,7 +100,10 @@ RDEPENDS_${PN}-misc = " \
|
||||||
python \
|
python \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN}-remus = "python"
|
RDEPENDS_${PN}-remus = " \
|
||||||
|
bash \
|
||||||
|
python \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN}-scripts-block = "\
|
RDEPENDS_${PN}-scripts-block = "\
|
||||||
bash \
|
bash \
|
||||||
|
@ -478,6 +481,7 @@ FILES_${PN}-qemu = " \
|
||||||
|
|
||||||
FILES_${PN}-remus = "\
|
FILES_${PN}-remus = "\
|
||||||
${bindir}/remus \
|
${bindir}/remus \
|
||||||
|
${sysconfdir}/xen/scripts/remus-netbuf-setup \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN}-scripts-network = " \
|
FILES_${PN}-scripts-network = " \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user