mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
903b3a1bde
commit
96b765ff84
|
@ -118,3 +118,5 @@ INSANE_SKIP_${PN} += "ldflags already-stripped"
|
|||
COMPATIBLE_HOST = "^(?!(qemu)?mips).*"
|
||||
|
||||
RDEPENDS_${BPN} += " virtual/runc"
|
||||
|
||||
CVE_PRODUCT = "containerd"
|
||||
|
|
Loading…
Reference in New Issue
Block a user