diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-07-17 12:57:18 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-07-17 14:01:57 -0400 |
commit | e4d00071217054e395c5bb0ff34b113a3a593f0d (patch) | |
tree | 023d0bef99e11ae787ffabe85baa5be7fa2d002c | |
parent | b7e1fc9745dd6118bf2104f3273fbc219e4bc712 (diff) | |
download | meta-virtualization-e4d00071217054e395c5bb0ff34b113a3a593f0d.tar.gz |
docker: update version string to 17.06.0
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 <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-containers/docker/docker_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index acb17709..16ebd210 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" | |||
36 | 36 | ||
37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
38 | 38 | ||
39 | DOCKER_VERSION = "1.13.0" | 39 | DOCKER_VERSION = "17.06.0" |
40 | PV = "${DOCKER_VERSION}+git${SRCREV_docker}" | 40 | PV = "${DOCKER_VERSION}+git${SRCREV_docker}" |
41 | 41 | ||
42 | DEPENDS = " \ | 42 | DEPENDS = " \ |