diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2021-12-08 17:41:34 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-16 21:44:59 -0500 |
commit | acdae1d76bc0f9b3149ea7945d03fb057ab24e27 (patch) | |
tree | 10107cf1aea55d301741c7c763b34138c446e8a1 | |
parent | 1c3cc5b420b4f4a0bf506af838a0853361647da3 (diff) | |
download | meta-virtualization-acdae1d76bc0f9b3149ea7945d03fb057ab24e27.tar.gz |
xen-tools: upgrade RSUGGESTS to RRECOMMENDS for ifupdown
Xen's networking for guests is typically configured using bridges and
the standalone ifupdown package, which contains a more capable version
of the tool than busybox, is needed to configure them, so:
Increase the recommendation strength from RSUGGESTS to RRECOMMENDS to
bring the package in by default, which fixes networking for images built
with packaging formats that follow RRECOMMENDS but not RSUGGESTS.
I should've paid closer attention to Corey's recommendation for this, so:
Suggested-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/xen/xen-tools.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index d831941f..ca924f45 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc | |||
@@ -94,7 +94,7 @@ RDEPENDS:${PN}-scripts-network = "\ | |||
94 | ${PN}-volatiles \ | 94 | ${PN}-volatiles \ |
95 | " | 95 | " |
96 | 96 | ||
97 | RSUGGESTS:${PN}-scripts-network = "\ | 97 | RRECOMMENDS:${PN}-scripts-network = "\ |
98 | ifupdown \ | 98 | ifupdown \ |
99 | " | 99 | " |
100 | 100 | ||