mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
cni: rrecommend iptables and iproute
This aren't needed for all plugins, but are required for others. So we make them a rrecommends to ensure they are more often than not installed with the main package. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
7afd21085b
commit
9f88821d80
|
@ -106,3 +106,4 @@ INSANE_SKIP:${PN} += "ldflags already-stripped"
|
|||
deltask compile_ptest_base
|
||||
|
||||
RDEPENDS:${PN} += " ca-certificates"
|
||||
RRECOMMENDS:${PN} += "iptables iproute2"
|
Loading…
Reference in New Issue
Block a user