diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-10 16:28:41 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-11 09:41:07 -0500 |
commit | 2da5cb4bfc0eba7b5838d5ca3bc1151a004979de (patch) | |
tree | 915db74f0856e102e4a13d1cf378f9f08869a234 | |
parent | 2cec3442c6c34b32f18c0bd37961127d61d4a7af (diff) | |
download | meta-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>
-rw-r--r-- | recipes-containers/docker/docker_git.bb | 2 |
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" | |||
37 | DOCKER_VERSION = "1.6.2" | 37 | DOCKER_VERSION = "1.6.2" |
38 | PV = "${DOCKER_VERSION}+git${SRCREV}" | 38 | PV = "${DOCKER_VERSION}+git${SRCREV}" |
39 | 39 | ||
40 | DEPENDS = "go-cross-1.3 \ | 40 | DEPENDS = "go-cross \ |
41 | go-cli \ | 41 | go-cli \ |
42 | go-pty \ | 42 | go-pty \ |
43 | go-context \ | 43 | go-context \ |