mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
428e1f1200
commit
df313693f3
|
@ -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"
|
Loading…
Reference in New Issue
Block a user