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:10:39 -0400 |
commit | 3ac4e5f49d866b58d29befbd886e8901955185b3 (patch) | |
tree | bae6a787e25c22dd1b9247841326bbc2b5677b75 | |
parent | 1fcb4e75f8db633b1f684c7298dc07c6c00465f8 (diff) | |
download | meta-virtualization-3ac4e5f49d866b58d29befbd886e8901955185b3.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 347eae5d..2bcff1ea 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb | |||
@@ -14,3 +14,5 @@ EXTRA_OEMAKE += "GODEBUG=1" | |||
14 | 14 | ||
15 | PROVIDES += "virtual/containerd" | 15 | PROVIDES += "virtual/containerd" |
16 | RPROVIDES_${PN} = "virtual/containerd" | 16 | RPROVIDES_${PN} = "virtual/containerd" |
17 | |||
18 | CVE_PRODUCT = "containerd" | ||