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>
This commit is contained in:
Christopher Clark 2021-12-08 17:41:34 -08:00 committed by Bruce Ashfield
parent 1c3cc5b420
commit acdae1d76b

View File

@ -94,7 +94,7 @@ RDEPENDS:${PN}-scripts-network = "\
${PN}-volatiles \ ${PN}-volatiles \
" "
RSUGGESTS:${PN}-scripts-network = "\ RRECOMMENDS:${PN}-scripts-network = "\
ifupdown \ ifupdown \
" "