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:
Bruce Ashfield 2024-10-29 20:19:27 +00:00
parent 7afd21085b
commit 9f88821d80

View File

@ -106,3 +106,4 @@ INSANE_SKIP:${PN} += "ldflags already-stripped"
deltask compile_ptest_base
RDEPENDS:${PN} += " ca-certificates"
RRECOMMENDS:${PN} += "iptables iproute2"