From dbc30bbf446457d2452996ba6c3f8f63a11bc3b4 Mon Sep 17 00:00:00 2001 From: Ralph Siemsen Date: Wed, 28 Apr 2021 11:44:10 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/containerd/containerd-opencontainers_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb index fe58eee8..774a28cb 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb @@ -117,3 +117,5 @@ INSANE_SKIP_${PN} += "ldflags already-stripped" COMPATIBLE_HOST = "^(?!(qemu)?mips).*" RDEPENDS_${BPN} += " virtual/runc" + +CVE_PRODUCT = "containerd" -- cgit v1.2.3-54-g00ecf