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