summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc')
-rw-r--r--recipes-containers/runc/runc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/runc/runc.inc b/recipes-containers/runc/runc.inc
index 7626dad7..64cf3f85 100644
--- a/recipes-containers/runc/runc.inc
+++ b/recipes-containers/runc/runc.inc
@@ -23,7 +23,7 @@ inherit go-osarchmap
23 23
24do_compile() { 24do_compile() {
25 export GOARCH="${TARGET_GOARCH}" 25 export GOARCH="${TARGET_GOARCH}"
26 26 export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go"
27 # Set GOPATH. See 'PACKAGERS.md'. Don't rely on 27 # Set GOPATH. See 'PACKAGERS.md'. Don't rely on
28 # docker to download its dependencies but rather 28 # docker to download its dependencies but rather
29 # use dependencies packaged independently. 29 # use dependencies packaged independently.