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:10:39 -0400
commit3ac4e5f49d866b58d29befbd886e8901955185b3 (patch)
treebae6a787e25c22dd1b9247841326bbc2b5677b75
parent1fcb4e75f8db633b1f684c7298dc07c6c00465f8 (diff)
downloadmeta-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.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 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
15PROVIDES += "virtual/containerd" 15PROVIDES += "virtual/containerd"
16RPROVIDES_${PN} = "virtual/containerd" 16RPROVIDES_${PN} = "virtual/containerd"
17
18CVE_PRODUCT = "containerd"