From b2c365c37108c1ede6adbba45c158b7c68eed98e Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 8 Feb 2017 12:53:28 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/go/go-patricia_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-devtools/go/go-patricia_git.bb') diff --git a/recipes-devtools/go/go-patricia_git.bb b/recipes-devtools/go/go-patricia_git.bb index 18c188d3..8c1e10d9 100644 --- a/recipes-devtools/go/go-patricia_git.bb +++ b/recipes-devtools/go/go-patricia_git.bb @@ -9,8 +9,8 @@ SRCNAME = "go-patricia" PKG_NAME = "github.com/tchap/${SRCNAME}" SRC_URI = "git://${PKG_NAME}.git" -SRCREV = "f64d0a63cd3363481c898faa9339de04d12213f9" -PV = "1.0.1+git${SRCPV}" +SRCREV = "666120de432aea38ab06bd5c818f04f4129882c9" +PV = "2.2.6+git${SRCPV}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf