summaryrefslogtreecommitdiffstats
path: root/recipes-containers/riddler/riddler_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/riddler/riddler_git.bb')
-rw-r--r--recipes-containers/riddler/riddler_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb
index a04cc3e2..51599803 100644
--- a/recipes-containers/riddler/riddler_git.bb
+++ b/recipes-containers/riddler/riddler_git.bb
@@ -18,7 +18,7 @@ EXTRA_OEMAKE="BUILDTAGS=''"
18 18
19do_compile() { 19do_compile() {
20 export GOARCH="${TARGET_GOARCH}" 20 export GOARCH="${TARGET_GOARCH}"
21 21 export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go"
22 # Setup vendor directory so that it can be used in GOPATH. 22 # Setup vendor directory so that it can be used in GOPATH.
23 # 23 #
24 # Go looks in a src directory under any directory in GOPATH but riddler 24 # Go looks in a src directory under any directory in GOPATH but riddler