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 903b3a1bde
commit 96b765ff84

View File

@ -118,3 +118,5 @@ INSANE_SKIP_${PN} += "ldflags already-stripped"
COMPATIBLE_HOST = "^(?!(qemu)?mips).*" COMPATIBLE_HOST = "^(?!(qemu)?mips).*"
RDEPENDS_${BPN} += " virtual/runc" RDEPENDS_${BPN} += " virtual/runc"
CVE_PRODUCT = "containerd"