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>
This commit is contained in:
Bruce Ashfield 2020-11-10 14:23:15 -05:00
parent 428e1f1200
commit df313693f3

View File

@ -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"