diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-03-20 20:59:46 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-03-21 08:22:32 -0400 |
| commit | a8e3eddaeca8b4b034b4310767d941db1d6b1a00 (patch) | |
| tree | 822674036b730161f9d87436279e2b7707462222 /recipes-containers/riddler | |
| parent | 1b83c21436b2aec10e7b604ee5e3905441d1bb8a (diff) | |
| download | meta-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/riddler')
| -rw-r--r-- | recipes-containers/riddler/riddler_git.bb | 2 |
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 | ||
| 19 | do_compile() { | 19 | do_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 |
