diff options
author | Ralph Siemsen <ralph.siemsen@linaro.org> | 2021-04-28 11:44:09 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-29 23:08:39 -0400 |
commit | 903b3a1bdede3c79f8c1c04730e40a6e89db4d85 (patch) | |
tree | 71632ce9cf143a5f8e38828d0fdbedf244aff2a9 /recipes-containers/docker-distribution/docker-distribution_git.bb | |
parent | 550a4080839184988487a8a64188c2de9fed956b (diff) | |
download | meta-virtualization-903b3a1bdede3c79f8c1c04730e40a6e89db4d85.tar.gz |
docker: 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>
Diffstat (limited to 'recipes-containers/docker-distribution/docker-distribution_git.bb')
-rw-r--r-- | recipes-containers/docker-distribution/docker-distribution_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index 6bfc345c..71a88ace 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb | |||
@@ -70,3 +70,5 @@ SYSTEMD_SERVICE_docker-registry = "${@bb.utils.contains('DISTRO_FEATURES','syste | |||
70 | SYSTEMD_AUTO_ENABLE_docker-registry = "enable" | 70 | SYSTEMD_AUTO_ENABLE_docker-registry = "enable" |
71 | 71 | ||
72 | RDEPENDS_${PN}-ptest_remove = "${PN}" | 72 | RDEPENDS_${PN}-ptest_remove = "${PN}" |
73 | |||
74 | CVE_PRODUCT = "docker_registry" | ||