From 2da5cb4bfc0eba7b5838d5ca3bc1151a004979de Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 10 Feb 2016 16:28:41 -0500 Subject: [PATCH] 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 --- recipes-containers/docker/docker_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index 080e5743..2672b224 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb @@ -37,7 +37,7 @@ S = "${WORKDIR}/git" DOCKER_VERSION = "1.6.2" PV = "${DOCKER_VERSION}+git${SRCREV}" -DEPENDS = "go-cross-1.3 \ +DEPENDS = "go-cross \ go-cli \ go-pty \ go-context \