diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-06-29 18:54:46 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-06 16:25:55 -0400 |
commit | 8af29790eee317c3b1da3acd87b10659eaa914a7 (patch) | |
tree | 0de947e981b3dfac42cd25700f83b9bf8741cea7 | |
parent | 1e6d9f67ff6ae18cba88311097145a3bca8135d9 (diff) | |
download | meta-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.inc | 4 |
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 | ||
116 | RSUGGESTS_${PN}-scripts-network = "\ | ||
117 | ifupdown \ | ||
118 | " | ||
119 | |||
116 | RSUGGESTS_${PN}-xencov = "${PN}-xencov-split" | 120 | RSUGGESTS_${PN}-xencov = "${PN}-xencov-split" |
117 | 121 | ||
118 | RDEPENDS_${PN}-xencommons = "\ | 122 | RDEPENDS_${PN}-xencommons = "\ |