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>
This commit is contained in:
Ralph Siemsen 2021-04-28 11:44:10 -04:00 committed by Bruce Ashfield
parent 8c0e83ff1a
commit d7087b8395

View File

@ -14,3 +14,5 @@ EXTRA_OEMAKE += "GODEBUG=1"
PROVIDES += "virtual/containerd"
RPROVIDES_${PN} = "virtual/containerd"
CVE_PRODUCT = "containerd"