summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/docker.inc17
1 files changed, 1 insertions, 16 deletions
diff --git a/recipes-containers/docker/docker.inc b/recipes-containers/docker/docker.inc
index 4a4bc4f6..48f7d3ec 100644
--- a/recipes-containers/docker/docker.inc
+++ b/recipes-containers/docker/docker.inc
@@ -1,21 +1,6 @@
1DEPENDS = " \ 1DEPENDS = " \
2 go-cli \
3 go-pty \
4 go-context \
5 go-mux \
6 go-patricia \
7 go-logrus \
8 go-fsnotify \
9 go-dbus \
10 go-capability \
11 go-systemd \
12 btrfs-tools \ 2 btrfs-tools \
13 sqlite3 \ 3 sqlite3 \
14 go-distribution \
15 compose-file \
16 go-connections \
17 notary \
18 grpc-go \
19 libtool-native \ 4 libtool-native \
20 libtool \ 5 libtool \
21 " 6 "
@@ -78,7 +63,7 @@ do_compile() {
78 ln -sf ${WORKDIR}/git/libnetwork .gopath/src/github.com/docker/libnetwork 63 ln -sf ${WORKDIR}/git/libnetwork .gopath/src/github.com/docker/libnetwork
79 ln -sf ${WORKDIR}/git/cli .gopath/src/github.com/docker/cli 64 ln -sf ${WORKDIR}/git/cli .gopath/src/github.com/docker/cli
80 65
81 export GOPATH="${S}/src/import/.gopath:${S}/src/import/vendor:${STAGING_DIR_TARGET}/${prefix}/local/go" 66 export GOPATH="${S}/src/import/.gopath:${S}/src/import/vendor"
82 export GOROOT="${STAGING_DIR_NATIVE}/${nonarch_libdir}/${HOST_SYS}/go" 67 export GOROOT="${STAGING_DIR_NATIVE}/${nonarch_libdir}/${HOST_SYS}/go"
83 68
84 # Pass the needed cflags/ldflags so that cgo 69 # Pass the needed cflags/ldflags so that cgo