From 9f88821d801873f7c322df0c9957e05dbd9eeb49 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 29 Oct 2024 20:19:27 +0000 Subject: [PATCH] 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 --- recipes-networking/cni/cni_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index e8d2b44e..cc07a0d5 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb @@ -106,3 +106,4 @@ INSANE_SKIP:${PN} += "ldflags already-stripped" deltask compile_ptest_base RDEPENDS:${PN} += " ca-certificates" +RRECOMMENDS:${PN} += "iptables iproute2" \ No newline at end of file