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:
Bruce Ashfield 2016-02-10 16:28:41 -05:00
parent 2cec3442c6
commit 2da5cb4bfc

View File

@ -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 \