From 96b765ff843f6e1878dadd9026da6a55176c5a41 Mon Sep 17 00:00:00 2001 From: Ralph Siemsen Date: Wed, 28 Apr 2021 11:44:10 -0400 Subject: [PATCH] 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 eb4a00c8..2674a17e 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb @@ -118,3 +118,5 @@ INSANE_SKIP_${PN} += "ldflags already-stripped" COMPATIBLE_HOST = "^(?!(qemu)?mips).*" RDEPENDS_${BPN} += " virtual/runc" + +CVE_PRODUCT = "containerd"