The docker uprev missed the version string which matches the actual binary being built. With this change, the package now reflects the correct version.
Signed-off-by: Bruce Ashfield <[email protected]> --- recipes-containers/docker/docker_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index acb177099807..16ebd2104a53 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb @@ -36,7 +36,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9740d093a080530b5c5c6573df9af45a" S = "${WORKDIR}/git" -DOCKER_VERSION = "1.13.0" +DOCKER_VERSION = "17.06.0" PV = "${DOCKER_VERSION}+git${SRCREV_docker}" DEPENDS = " \ -- 2.4.0.53.g8440f74 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
