From d2dbd7d8d25b96d5ec58c693c50eb6159b8e4c96 Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Thu, 13 Jul 2017 10:09:02 -0700 Subject: runc-docker: Uprev to 1.0-rc3+ Uprev to pick up latest changes in docker-runc. Signed-off-by: Jason Wessel Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-containers/runc/runc.inc') diff --git a/recipes-containers/runc/runc.inc b/recipes-containers/runc/runc.inc index 4808547b..dbc83c27 100644 --- a/recipes-containers/runc/runc.inc +++ b/recipes-containers/runc/runc.inc @@ -37,6 +37,10 @@ do_compile() { export GOROOT="${STAGING_DIR_NATIVE}/${nonarch_libdir}/${HOST_SYS}/go" cd - + # Fix up symlink for go-cross compiler + rm -f ${S}/vendor/src + ln -sf ./ ${S}/vendor/src + # Pass the needed cflags/ldflags so that cgo # can find the needed headers files and libraries export CGO_ENABLED="1" -- cgit v1.2.3-54-g00ecf