diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-29 20:19:27 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-15 19:50:00 +0000 |
commit | 9f88821d801873f7c322df0c9957e05dbd9eeb49 (patch) | |
tree | 9ebabc1e9e28b66eccb7326fe82fe3dd8ac8cc19 | |
parent | 7afd21085b4fff16111afe166304339d12670869 (diff) | |
download | meta-virtualization-9f88821d801873f7c322df0c9957e05dbd9eeb49.tar.gz |
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>
-rw-r--r-- | recipes-networking/cni/cni_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
106 | deltask compile_ptest_base | 106 | deltask compile_ptest_base |
107 | 107 | ||
108 | RDEPENDS:${PN} += " ca-certificates" | 108 | RDEPENDS:${PN} += " ca-certificates" |
109 | RRECOMMENDS:${PN} += "iptables iproute2" \ No newline at end of file | ||