diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-10 14:23:15 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-15 23:15:42 -0400 |
| commit | df313693f3d01e9192c3b8cae2f79c9717108e91 (patch) | |
| tree | ff58f75b7a93ab745f2389defeae48772bca6e7b | |
| parent | 428e1f1200ebc34d853365c80bdf1403e86126cf (diff) | |
| download | meta-virtualization-df313693f3d01e9192c3b8cae2f79c9717108e91.tar.gz | |
cni: add ca-certifcates dependency
Many of the CNI plugins require authenticated connections, as such
they are looking for elements of ca-certificates.
CNI isn't small, so we add this as a general rdepends. If we need to
slim things down in the future, we can split the CNI into specific
implementations and add the dependency to those packages.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-networking/cni/cni_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index 6859eb65..f7bead08 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb | |||
| @@ -68,3 +68,5 @@ FILES_${PN} += "${libexecdir}/cni/* /opt/cni/bin" | |||
| 68 | INSANE_SKIP_${PN} += "ldflags already-stripped" | 68 | INSANE_SKIP_${PN} += "ldflags already-stripped" |
| 69 | 69 | ||
| 70 | deltask compile_ptest_base | 70 | deltask compile_ptest_base |
| 71 | |||
| 72 | RDEPENDS_${PN} += " ca-certificates" \ No newline at end of file | ||
