summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/docker_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index 75a8161b..5b2f3b0c 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -35,13 +35,13 @@ DESCRIPTION = "Linux container runtime \
35# to a docker.inc recipe 35# to a docker.inc recipe
36 36
37# moby commit matches the docker-ce swarmkit bump on the 18.09 branch 37# moby commit matches the docker-ce swarmkit bump on the 18.09 branch
38SRCREV_moby = "667e800b2cf920c6d3d7c32fdbc5811934d99769" 38SRCREV_moby = "344b093258fcb2195fa393081e5224a6c766c798"
39SRCREV_libnetwork = "4725f2163fb214a6312f3beae5991f838ec36326" 39SRCREV_libnetwork = "5ac07abef4eee176423fdc1b870d435258e2d381"
40SRCREV_cli = "7ea48a16e3eac8772f7e10bbf404ee6a2fd909ac" 40SRCREV_cli = "2f1931f9eb2d6bac2efd48d94739f2e9919d4d7d"
41SRC_URI = "\ 41SRC_URI = "\
42 git://github.com/moby/moby.git;nobranch=1;name=moby \ 42 git://github.com/moby/moby.git;nobranch=1;name=moby \
43 git://github.com/docker/libnetwork.git;branch=bump_18.09;name=libnetwork;destsuffix=git/libnetwork \ 43 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \
44 git://github.com/docker/cli;branch=18.09;name=cli;destsuffix=git/cli \ 44 git://github.com/docker/cli;branch=19.03;name=cli;destsuffix=git/cli \
45 file://docker.init \ 45 file://docker.init \
46 file://0001-libnetwork-use-GO-instead-of-go.patch \ 46 file://0001-libnetwork-use-GO-instead-of-go.patch \
47 " 47 "
@@ -56,7 +56,7 @@ GO_IMPORT = "import"
56 56
57S = "${WORKDIR}/git" 57S = "${WORKDIR}/git"
58 58
59DOCKER_VERSION = "18.09.3" 59DOCKER_VERSION = "19.03.0-rc3"
60PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 60PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
61 61
62PACKAGES =+ "${PN}-contrib" 62PACKAGES =+ "${PN}-contrib"