mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
docker: add mobyproject:moby to CVE_PRODUCT
Add mobyproject:moby to CVE_PRODUCT to reflect where the source is coming from for both docker recipes. We keep the old 'docker' designation for compatibility. It is unclear whether or not we should also be adding the cli and libnetwork to the CVE_PRODUCT. But since they are on different SRCREVs and not vendored, we keep them out for now. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
bf28d97358
commit
9d84fcdc6d
|
@ -54,4 +54,4 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f
|
||||||
DOCKER_VERSION = "20.10.21-ce"
|
DOCKER_VERSION = "20.10.21-ce"
|
||||||
PV = "${DOCKER_VERSION}+git${SRCREV_docker}"
|
PV = "${DOCKER_VERSION}+git${SRCREV_docker}"
|
||||||
|
|
||||||
CVE_PRODUCT = "docker"
|
CVE_PRODUCT = "docker mobyproject:moby"
|
||||||
|
|
|
@ -57,4 +57,4 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f
|
||||||
DOCKER_VERSION = "20.10.21"
|
DOCKER_VERSION = "20.10.21"
|
||||||
PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
|
PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
|
||||||
|
|
||||||
CVE_PRODUCT = "docker"
|
CVE_PRODUCT = "docker mobyproject:moby"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user