From df313693f3d01e9192c3b8cae2f79c9717108e91 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 10 Nov 2020 14:23:15 -0500 Subject: 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 --- recipes-networking/cni/cni_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-networking/cni') 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" INSANE_SKIP_${PN} += "ldflags already-stripped" deltask compile_ptest_base + +RDEPENDS_${PN} += " ca-certificates" \ No newline at end of file -- cgit v1.2.3-54-g00ecf