mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
docker: remove dependency on explicit go-cross version
go-cross-1.3 is old, and doesn't link properly with the latest 2.26 binutils. To get things building again, and to start the docker uprev, we simply depend on go-cross and line docker up with the rest of the go users. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
2cec3442c6
commit
2da5cb4bfc
|
@ -37,7 +37,7 @@ S = "${WORKDIR}/git"
|
||||||
DOCKER_VERSION = "1.6.2"
|
DOCKER_VERSION = "1.6.2"
|
||||||
PV = "${DOCKER_VERSION}+git${SRCREV}"
|
PV = "${DOCKER_VERSION}+git${SRCREV}"
|
||||||
|
|
||||||
DEPENDS = "go-cross-1.3 \
|
DEPENDS = "go-cross \
|
||||||
go-cli \
|
go-cli \
|
||||||
go-pty \
|
go-pty \
|
||||||
go-context \
|
go-context \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user