summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/grpc-go_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* docker: fixup failing buildMark Asselstine2017-02-091-0/+41
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>