mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-04 21:05:25 +02:00
cni: make ca-certificates a packageconfig
Moving ca-certificates into a packageconfig allows using cni without installing all the certificates. Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
e48daeeb5d
commit
2dc87493ed
|
@ -103,11 +103,12 @@ do_install() {
|
|||
ln -sf ${libexecdir}/cni/ ${D}/opt/cni/bin
|
||||
}
|
||||
|
||||
PACKAGECONFIG ?= "ca-certs"
|
||||
PACKAGECONFIG[ca-certs] = ",,,ca-certificates"
|
||||
|
||||
FILES:${PN} += "${libexecdir}/cni/* /opt/cni/bin"
|
||||
|
||||
INSANE_SKIP:${PN} += "ldflags already-stripped"
|
||||
|
||||
deltask compile_ptest_base
|
||||
|
||||
RDEPENDS:${PN} += " ca-certificates"
|
||||
RRECOMMENDS:${PN} += "iptables iproute2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user