summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-runtime-tools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-20 20:59:46 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-03-21 08:22:32 -0400
commita8e3eddaeca8b4b034b4310767d941db1d6b1a00 (patch)
tree822674036b730161f9d87436279e2b7707462222 /recipes-containers/oci-runtime-tools
parent1b83c21436b2aec10e7b604ee5e3905441d1bb8a (diff)
downloadmeta-virtualization-a8e3eddaeca8b4b034b4310767d941db1d6b1a00.tar.gz
recipes-containers: set GOROOT
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/oci-runtime-tools')
-rw-r--r--recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb
index a4c544d5..176860ec 100644
--- a/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb
+++ b/recipes-containers/oci-runtime-tools/oci-runtime-tools_git.bb
@@ -15,7 +15,7 @@ inherit go
15 15
16do_compile() { 16do_compile() {
17 export GOARCH="${TARGET_GOARCH}" 17 export GOARCH="${TARGET_GOARCH}"
18 18 export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go"
19 export GOPATH="${S}" 19 export GOPATH="${S}"
20 20
21 # Pass the needed cflags/ldflags so that cgo 21 # Pass the needed cflags/ldflags so that cgo