From 820050481f2625a1168a553e3295e1d2d788abb1 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 3 Apr 2017 11:27:11 +0100 Subject: runc-opencontainers: Update to v1.0.0-rc3 Signed-off-by: Paul Barker Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc-opencontainers_git.bb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index a302d4b5..4a6e8cd1 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb @@ -1,8 +1,15 @@ include runc.inc -SRCREV = "1cdaa709f151b61cee2bdaa09d8e5d2b58a8ba72" +SRCREV = "75f8da7c889acc4509a0cf6f0d3a8f9584778375" SRC_URI = "git://github.com/opencontainers/runc;branch=master \ " -RUNC_VERSION = "1.0.0-rc1" +RUNC_VERSION = "1.0.0-rc3" PROVIDES += "virtual/runc" RPROVIDES_${PN} = "virtual/runc" + +do_compile_prepend() { + # Go looks in a src directory under any directory in GOPATH but + # runc-opencontainers uses 'vendor' instead of 'vendor/src'. We can fix + # this with a symlink. + ln -sfn . "${S}/vendor/src" +} -- cgit v1.2.3-54-g00ecf