summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2021-04-28 11:44:10 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-29 23:09:43 -0400
commitdbc30bbf446457d2452996ba6c3f8f63a11bc3b4 (patch)
tree717a3372ded68a77746685d1541014053d0d3e30
parentf7c7889f48bc3fb815c5abd8463c38b877d44cb0 (diff)
downloadmeta-virtualization-dbc30bbf446457d2452996ba6c3f8f63a11bc3b4.tar.gz
containerd: add CVE_PRODUCT to recipe
Allows the yocto cve-checker to flag CVEs, which would otherwise go unreported due to the package name not matching NIST NVD data. Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/containerd/containerd-opencontainers_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb
index fe58eee8..774a28cb 100644
--- a/recipes-containers/containerd/containerd-opencontainers_git.bb
+++ b/recipes-containers/containerd/containerd-opencontainers_git.bb
@@ -117,3 +117,5 @@ INSANE_SKIP_${PN} += "ldflags already-stripped"
117COMPATIBLE_HOST = "^(?!(qemu)?mips).*" 117COMPATIBLE_HOST = "^(?!(qemu)?mips).*"
118 118
119RDEPENDS_${BPN} += " virtual/runc" 119RDEPENDS_${BPN} += " virtual/runc"
120
121CVE_PRODUCT = "containerd"