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/runc | |
| 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/runc')
| -rw-r--r-- | recipes-containers/runc/runc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 23 | 23 | ||
| 24 | do_compile() { | 24 | do_compile() { |
| 25 | export GOARCH="${TARGET_GOARCH}" | 25 | export GOARCH="${TARGET_GOARCH}" |
| 26 | 26 | export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go" | |
| 27 | # Set GOPATH. See 'PACKAGERS.md'. Don't rely on | 27 | # Set GOPATH. See 'PACKAGERS.md'. Don't rely on |
| 28 | # docker to download its dependencies but rather | 28 | # docker to download its dependencies but rather |
| 29 | # use dependencies packaged independently. | 29 | # use dependencies packaged independently. |
