summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2015-09-16 00:15:50 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-16 16:10:05 -0400
commit84b521fe4a5de8ef5c5fa50b5e923cfcce7263d6 (patch)
tree5a818cb028fbadaf68ca895e5129134ff993725a /recipes-containers/docker
parent055744cdbc1526d966091158c8fae2d22c905db4 (diff)
downloadmeta-virtualization-84b521fe4a5de8ef5c5fa50b5e923cfcce7263d6.tar.gz
docker: update SRC_URI
Author: Amy Fong <amy.fong@windriver.com> Date: Wed Sep 16 00:12:10 2015 -0400 docker: update SRC_URI branch=release is no longer valid in the git tree, updating the branch to v1.6.2 Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/docker')
-rw-r--r--recipes-containers/docker/docker_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index aa125a3a..46714fef 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -19,8 +19,9 @@ DESCRIPTION = "Linux container runtime \
19 " 19 "
20 20
21SRCREV = "7c8fca2ddb58c8d2c4fb4df31c242886df7dd257" 21SRCREV = "7c8fca2ddb58c8d2c4fb4df31c242886df7dd257"
22SRCBRANCH = "v1.6.2"
22SRC_URI = "\ 23SRC_URI = "\
23 git://github.com/docker/docker.git;branch=release \ 24 git://github.com/docker/docker.git;branch=${SRCBRANCH};nobranch=1 \
24 file://docker.service \ 25 file://docker.service \
25 file://docker.init \ 26 file://docker.init \
26 file://hi.Dockerfile \ 27 file://hi.Dockerfile \