diff options
Diffstat (limited to 'recipes-containers/docker/docker.inc')
-rw-r--r-- | recipes-containers/docker/docker.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker.inc b/recipes-containers/docker/docker.inc index b74b4123..2487456e 100644 --- a/recipes-containers/docker/docker.inc +++ b/recipes-containers/docker/docker.inc | |||
@@ -97,14 +97,14 @@ do_compile() { | |||
97 | # this is the unsupported built structure | 97 | # this is the unsupported built structure |
98 | # that doesn't rely on an existing docker | 98 | # that doesn't rely on an existing docker |
99 | # to build this: | 99 | # to build this: |
100 | VERSION="${DOCKER_VERSION}" DOCKER_GITCOMMIT="${SRCREV_moby}" ./hack/make.sh dynbinary | 100 | VERSION="${DOCKER_VERSION}" DOCKER_GITCOMMIT="${DOCKER_COMMIT}" ./hack/make.sh dynbinary |
101 | 101 | ||
102 | # build the cli | 102 | # build the cli |
103 | cd ${S}/src/import/.gopath/src/github.com/docker/cli | 103 | cd ${S}/src/import/.gopath/src/github.com/docker/cli |
104 | export CFLAGS="" | 104 | export CFLAGS="" |
105 | export LDFLAGS="" | 105 | export LDFLAGS="" |
106 | export DOCKER_VERSION=${DOCKER_VERSION} | 106 | export DOCKER_VERSION=${DOCKER_VERSION} |
107 | VERSION="${DOCKER_VERSION}" DOCKER_GITCOMMIT="${SRCREV_moby}" make dynbinary | 107 | VERSION="${DOCKER_VERSION}" DOCKER_GITCOMMIT="${DOCKER_COMMIT}" make dynbinary |
108 | 108 | ||
109 | # build the proxy | 109 | # build the proxy |
110 | cd ${S}/src/import/.gopath/src/github.com/docker/libnetwork | 110 | cd ${S}/src/import/.gopath/src/github.com/docker/libnetwork |