From a8e3eddaeca8b4b034b4310767d941db1d6b1a00 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Mar 2017 20:59:46 -0700 Subject: recipes-containers: set GOROOT Signed-off-by: Khem Raj Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/runc/runc.inc') 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 do_compile() { export GOARCH="${TARGET_GOARCH}" - + export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go" # Set GOPATH. See 'PACKAGERS.md'. Don't rely on # docker to download its dependencies but rather # use dependencies packaged independently. -- cgit v1.2.3-54-g00ecf