diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2023-11-28 14:50:14 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-12-04 20:37:15 +0000 |
commit | 0eef35edeeec268ce9bd20e0ad3c9e1e3770496f (patch) | |
tree | eb36ba06de64abbe312fb45a44d17efd5464062c | |
parent | dbac18c5db5e925779591d6ea05d1f823a0af45b (diff) | |
download | meta-virtualization-0eef35edeeec268ce9bd20e0ad3c9e1e3770496f.tar.gz |
docker: remove unnecessary dependencies
The build is not using the codes from these source packages.
Remove the dependencies.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker/docker.inc | 17 |
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 @@ | |||
1 | DEPENDS = " \ | 1 | DEPENDS = " \ |
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 |