diff options
| -rw-r--r-- | recipes-networking/cni/cni_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index e6d71aa2..023aa329 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb | |||
| @@ -103,11 +103,12 @@ do_install() { | |||
| 103 | ln -sf ${libexecdir}/cni/ ${D}/opt/cni/bin | 103 | ln -sf ${libexecdir}/cni/ ${D}/opt/cni/bin |
| 104 | } | 104 | } |
| 105 | 105 | ||
| 106 | PACKAGECONFIG ?= "ca-certs" | ||
| 107 | PACKAGECONFIG[ca-certs] = ",,,ca-certificates" | ||
| 108 | |||
| 106 | FILES:${PN} += "${libexecdir}/cni/* /opt/cni/bin" | 109 | FILES:${PN} += "${libexecdir}/cni/* /opt/cni/bin" |
| 107 | 110 | ||
| 108 | INSANE_SKIP:${PN} += "ldflags already-stripped" | 111 | INSANE_SKIP:${PN} += "ldflags already-stripped" |
| 109 | 112 | ||
| 110 | deltask compile_ptest_base | 113 | deltask compile_ptest_base |
| 111 | |||
| 112 | RDEPENDS:${PN} += " ca-certificates" | ||
| 113 | RRECOMMENDS:${PN} += "iptables iproute2" | 114 | RRECOMMENDS:${PN} += "iptables iproute2" |
