runc: add CVE_PRODUCT to recipes

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:11 -04:00 committed by Bruce Ashfield
parent 96b765ff84
commit 7a1dbe1004
2 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,5 @@ SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
"
RUNC_VERSION = "1.0.0-rc93"
CVE_PRODUCT = "runc"

View File

@ -6,3 +6,5 @@ SRC_URI = " \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
"
RUNC_VERSION = "1.0.0-rc93"
CVE_PRODUCT = "runc"