summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-06-29 18:54:46 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-06 16:25:55 -0400
commit8af29790eee317c3b1da3acd87b10659eaa914a7 (patch)
tree0de947e981b3dfac42cd25700f83b9bf8741cea7
parent1e6d9f67ff6ae18cba88311097145a3bca8135d9 (diff)
downloadmeta-virtualization-8af29790eee317c3b1da3acd87b10659eaa914a7.tar.gz
xen-tools: use non-busybox ifupdown tool if available
Adds: RSUGGESTS_${PN}-scripts-network = "ifupdown" Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Suggested-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/xen/xen-tools.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc
index c0e54b10..154e2244 100644
--- a/recipes-extended/xen/xen-tools.inc
+++ b/recipes-extended/xen/xen-tools.inc
@@ -113,6 +113,10 @@ RDEPENDS_${PN}-scripts-network = "\
113 ${PN}-volatiles \ 113 ${PN}-volatiles \
114 " 114 "
115 115
116RSUGGESTS_${PN}-scripts-network = "\
117 ifupdown \
118 "
119
116RSUGGESTS_${PN}-xencov = "${PN}-xencov-split" 120RSUGGESTS_${PN}-xencov = "${PN}-xencov-split"
117 121
118RDEPENDS_${PN}-xencommons = "\ 122RDEPENDS_${PN}-xencommons = "\