summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc/runc_git.bb')
-rw-r--r--recipes-containers/runc/runc_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc_git.bb b/recipes-containers/runc/runc_git.bb
index 905a751b..ed9a32e4 100644
--- a/recipes-containers/runc/runc_git.bb
+++ b/recipes-containers/runc/runc_git.bb
@@ -43,6 +43,7 @@ do_compile() {
43 43
44 (cd .gopath/src/${dname}; ln -sf ../../../../../${bname} ${bname}) 44 (cd .gopath/src/${dname}; ln -sf ../../../../../${bname} ${bname})
45 export GOPATH="${S}/.gopath:${S}/vendor:${STAGING_DIR_TARGET}/${prefix}/local/go" 45 export GOPATH="${S}/.gopath:${S}/vendor:${STAGING_DIR_TARGET}/${prefix}/local/go"
46 export GOROOT="${STAGING_DIR_NATIVE}/${nonarch_libdir}/${HOST_SYS}/go"
46 cd - 47 cd -
47 48
48 # Pass the needed cflags/ldflags so that cgo 49 # Pass the needed cflags/ldflags so that cgo