summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-05-18 14:18:57 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-05-18 14:20:29 -0400
commit77e846b14f4b1ea824b345a0e8594a776d3f45f7 (patch)
tree97dcb70c7b3380beebdc57ec6b87ac9fd20bcf81 /recipes-containers
parent6f1ea8bd218275e2a7f4a5b274cb18e5b14aee28 (diff)
downloadmeta-virtualization-77e846b14f4b1ea824b345a0e8594a776d3f45f7.tar.gz
docker: drop obselete dependencies
We no longer need go-net and go-sqlite for the docker build and runtime. The upstream repos are no longer properly fetching, so we can simply drop the recipes and dependency. If they are ever needed in the future, we can revisit the upstream source for them. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/docker/docker_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index 81af82d0..89a0aa43 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -41,8 +41,6 @@ DEPENDS = "go-cross \
41 go-context \ 41 go-context \
42 go-mux \ 42 go-mux \
43 go-patricia \ 43 go-patricia \
44 go-net \
45 go-sqlite \
46 go-libtrust \ 44 go-libtrust \
47 go-logrus \ 45 go-logrus \
48 go-fsnotify \ 46 go-fsnotify \