summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-image-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-image-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-image-tools')
-rw-r--r--recipes-containers/oci-image-tools/oci-image-tools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-image-tools/oci-image-tools_git.bb b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
index 49375b7f..125362bb 100644
--- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb
+++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
@@ -27,7 +27,7 @@ EXTRA_OEMAKE="BUILDTAGS=''"
27 27
28do_compile() { 28do_compile() {
29 export GOARCH="${TARGET_GOARCH}" 29 export GOARCH="${TARGET_GOARCH}"
30 30 export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go"
31 # Setup vendor directory so that it can be used in GOPATH. 31 # Setup vendor directory so that it can be used in GOPATH.
32 # 32 #
33 # Go looks in a src directory under any directory in GOPATH but riddler 33 # Go looks in a src directory under any directory in GOPATH but riddler