summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-02-10 16:28:41 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-11 09:41:07 -0500
commit2da5cb4bfc0eba7b5838d5ca3bc1151a004979de (patch)
tree915db74f0856e102e4a13d1cf378f9f08869a234 /recipes-containers/docker
parent2cec3442c6c34b32f18c0bd37961127d61d4a7af (diff)
downloadmeta-virtualization-2da5cb4bfc0eba7b5838d5ca3bc1151a004979de.tar.gz
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>
Diffstat (limited to 'recipes-containers/docker')
-rw-r--r--recipes-containers/docker/docker_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
37DOCKER_VERSION = "1.6.2" 37DOCKER_VERSION = "1.6.2"
38PV = "${DOCKER_VERSION}+git${SRCREV}" 38PV = "${DOCKER_VERSION}+git${SRCREV}"
39 39
40DEPENDS = "go-cross-1.3 \ 40DEPENDS = "go-cross \
41 go-cli \ 41 go-cli \
42 go-pty \ 42 go-pty \
43 go-context \ 43 go-context \