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:08:39 -0400 |
| commit | 96b765ff843f6e1878dadd9026da6a55176c5a41 (patch) | |
| tree | ce8c4ce6a763e5ce0fbdef3dd0009510d3d26aa5 | |
| parent | 903b3a1bdede3c79f8c1c04730e40a6e89db4d85 (diff) | |
| download | meta-virtualization-96b765ff843f6e1878dadd9026da6a55176c5a41.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 eb4a00c8..2674a17e 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb | |||
| @@ -118,3 +118,5 @@ INSANE_SKIP_${PN} += "ldflags already-stripped" | |||
| 118 | COMPATIBLE_HOST = "^(?!(qemu)?mips).*" | 118 | COMPATIBLE_HOST = "^(?!(qemu)?mips).*" |
| 119 | 119 | ||
| 120 | RDEPENDS_${BPN} += " virtual/runc" | 120 | RDEPENDS_${BPN} += " virtual/runc" |
| 121 | |||
| 122 | CVE_PRODUCT = "containerd" | ||
