diff options
author | Ralph Siemsen <ralph.siemsen@linaro.org> | 2021-04-28 11:44:10 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-29 23:09:43 -0400 |
commit | dbc30bbf446457d2452996ba6c3f8f63a11bc3b4 (patch) | |
tree | 717a3372ded68a77746685d1541014053d0d3e30 | |
parent | f7c7889f48bc3fb815c5abd8463c38b877d44cb0 (diff) | |
download | meta-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.bb | 2 |
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" | |||
117 | COMPATIBLE_HOST = "^(?!(qemu)?mips).*" | 117 | COMPATIBLE_HOST = "^(?!(qemu)?mips).*" |
118 | 118 | ||
119 | RDEPENDS_${BPN} += " virtual/runc" | 119 | RDEPENDS_${BPN} += " virtual/runc" |
120 | |||
121 | CVE_PRODUCT = "containerd" | ||