summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-12-20 11:25:32 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-03 10:29:23 -0500
commit521840c67694bff9fcd5b64905991a9832a4fb08 (patch)
tree68a85a4cedbf95245c54c435d5a81e2cb0b87d2d
parente64f378b93e6fed8f5e8a019e1c4a82bdad4fe0c (diff)
downloadmeta-virtualization-521840c67694bff9fcd5b64905991a9832a4fb08.tar.gz
docker: update to docker 1.12.5 release
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/docker/docker_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index 2cff6f15..f50f25ae 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -18,7 +18,7 @@ DESCRIPTION = "Linux container runtime \
18 subtle and/or glaring issues. \ 18 subtle and/or glaring issues. \
19 " 19 "
20 20
21SRCREV = "34d9a8240914d30f3a8fe28c1b7d1d4e36d0657b" 21SRCREV = "7392c3b0ce0f9d3e918a321c66668c5d1ef4f689"
22SRC_URI = "\ 22SRC_URI = "\
23 git://github.com/docker/docker.git;nobranch=1 \ 23 git://github.com/docker/docker.git;nobranch=1 \
24 file://docker.service \ 24 file://docker.service \
@@ -32,7 +32,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aadc30f9c14d876ded7bedc0afd2d3d7"
32 32
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34 34
35DOCKER_VERSION = "1.12.0" 35DOCKER_VERSION = "1.12.5"
36PV = "${DOCKER_VERSION}+git${SRCREV}" 36PV = "${DOCKER_VERSION}+git${SRCREV}"
37 37
38DEPENDS = "go-cross \ 38DEPENDS = "go-cross \