summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-02-08 12:53:28 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-02-09 09:14:27 -0500
commitb2c365c37108c1ede6adbba45c158b7c68eed98e (patch)
treeb4684c59b8b05a7b895405e94c696d84e73aca80 /recipes-containers/docker/docker_git.bb
parent2ef58c264b21d36255c2754abef43e0bee764ae8 (diff)
downloadmeta-virtualization-b2c365c37108c1ede6adbba45c158b7c68eed98e.tar.gz
docker: fixup failing build
Docker is failing to build because it is attempting to download missing go dependencies. Add new recipes for missing dependencies and update existing recipes to ensure the version defined in docker's vendor.conf is available. Note that this fixes the build only. At this time many docker functions are working, such as 'docker image', 'docker pull' and more, but 'docker run' is currently failing. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/docker/docker_git.bb')
-rw-r--r--recipes-containers/docker/docker_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index 75da1861..ba9e0612 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -51,7 +51,11 @@ DEPENDS = " \
51 go-systemd \ 51 go-systemd \
52 btrfs-tools \ 52 btrfs-tools \
53 sqlite3 \ 53 sqlite3 \
54 go-distribution-digest \ 54 go-distribution \
55 compose-file \
56 go-connections \
57 notary \
58 grpc-go \
55 " 59 "
56 60
57PACKAGES =+ "${PN}-contrib" 61PACKAGES =+ "${PN}-contrib"