mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
dbac18c5db
commit
0eef35edee
|
@ -1,21 +1,6 @@
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
go-cli \
|
|
||||||
go-pty \
|
|
||||||
go-context \
|
|
||||||
go-mux \
|
|
||||||
go-patricia \
|
|
||||||
go-logrus \
|
|
||||||
go-fsnotify \
|
|
||||||
go-dbus \
|
|
||||||
go-capability \
|
|
||||||
go-systemd \
|
|
||||||
btrfs-tools \
|
btrfs-tools \
|
||||||
sqlite3 \
|
sqlite3 \
|
||||||
go-distribution \
|
|
||||||
compose-file \
|
|
||||||
go-connections \
|
|
||||||
notary \
|
|
||||||
grpc-go \
|
|
||||||
libtool-native \
|
libtool-native \
|
||||||
libtool \
|
libtool \
|
||||||
"
|
"
|
||||||
|
@ -78,7 +63,7 @@ do_compile() {
|
||||||
ln -sf ${WORKDIR}/git/libnetwork .gopath/src/github.com/docker/libnetwork
|
ln -sf ${WORKDIR}/git/libnetwork .gopath/src/github.com/docker/libnetwork
|
||||||
ln -sf ${WORKDIR}/git/cli .gopath/src/github.com/docker/cli
|
ln -sf ${WORKDIR}/git/cli .gopath/src/github.com/docker/cli
|
||||||
|
|
||||||
export GOPATH="${S}/src/import/.gopath:${S}/src/import/vendor:${STAGING_DIR_TARGET}/${prefix}/local/go"
|
export GOPATH="${S}/src/import/.gopath:${S}/src/import/vendor"
|
||||||
export GOROOT="${STAGING_DIR_NATIVE}/${nonarch_libdir}/${HOST_SYS}/go"
|
export GOROOT="${STAGING_DIR_NATIVE}/${nonarch_libdir}/${HOST_SYS}/go"
|
||||||
|
|
||||||
# Pass the needed cflags/ldflags so that cgo
|
# Pass the needed cflags/ldflags so that cgo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user