summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc.inc
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2017-07-13 10:09:02 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-13 13:53:57 -0400
commitd2dbd7d8d25b96d5ec58c693c50eb6159b8e4c96 (patch)
tree6eb1fab267f10c6b76e871d9eb68e54281d29a95 /recipes-containers/runc/runc.inc
parentf0f0453984192fd1b250785d2088a84733065c28 (diff)
downloadmeta-virtualization-d2dbd7d8d25b96d5ec58c693c50eb6159b8e4c96.tar.gz
runc-docker: Uprev to 1.0-rc3+
Uprev to pick up latest changes in docker-runc. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/runc/runc.inc')
-rw-r--r--recipes-containers/runc/runc.inc4
1 files changed, 4 insertions, 0 deletions
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() {
37 export GOROOT="${STAGING_DIR_NATIVE}/${nonarch_libdir}/${HOST_SYS}/go" 37 export GOROOT="${STAGING_DIR_NATIVE}/${nonarch_libdir}/${HOST_SYS}/go"
38 cd - 38 cd -
39 39
40 # Fix up symlink for go-cross compiler
41 rm -f ${S}/vendor/src
42 ln -sf ./ ${S}/vendor/src
43
40 # Pass the needed cflags/ldflags so that cgo 44 # Pass the needed cflags/ldflags so that cgo
41 # can find the needed headers files and libraries 45 # can find the needed headers files and libraries
42 export CGO_ENABLED="1" 46 export CGO_ENABLED="1"