mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
1c3cc5b420
commit
acdae1d76b
|
@ -94,7 +94,7 @@ RDEPENDS:${PN}-scripts-network = "\
|
||||||
${PN}-volatiles \
|
${PN}-volatiles \
|
||||||
"
|
"
|
||||||
|
|
||||||
RSUGGESTS:${PN}-scripts-network = "\
|
RRECOMMENDS:${PN}-scripts-network = "\
|
||||||
ifupdown \
|
ifupdown \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user