[meta-virtualization] [PATCH] docker: update SRC_URI

Amy Fong amy.fong at windriver.com
Tue Sep 15 21:15:50 PDT 2015


Author: Amy Fong <amy.fong at 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 at windriver.com>

diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index aa125a3..46714fe 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -19,8 +19,9 @@ DESCRIPTION = "Linux container runtime \
  "
 
 SRCREV = "7c8fca2ddb58c8d2c4fb4df31c242886df7dd257"
+SRCBRANCH = "v1.6.2"
 SRC_URI = "\
-       git://github.com/docker/docker.git;branch=release \
+       git://github.com/docker/docker.git;branch=${SRCBRANCH};nobranch=1 \
        file://docker.service \
        file://docker.init \
        file://hi.Dockerfile \



More information about the meta-virtualization mailing list