summaryrefslogtreecommitdiffstats
path: root/recipes-networking/netns
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-networking/netns
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-networking/netns')
-rw-r--r--recipes-networking/netns/netns_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/netns/netns_git.bb b/recipes-networking/netns/netns_git.bb
index 1efcf9a6..470dfacf 100644
--- a/recipes-networking/netns/netns_git.bb
+++ b/recipes-networking/netns/netns_git.bb
@@ -14,7 +14,7 @@ inherit go
14 14
15do_compile() { 15do_compile() {
16 export GOARCH="${TARGET_GOARCH}" 16 export GOARCH="${TARGET_GOARCH}"
17 17 export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go"
18 # Setup vendor directory so that it can be used in GOPATH. 18 # Setup vendor directory so that it can be used in GOPATH.
19 # 19 #
20 # Go looks in a src directory under any directory in GOPATH but netns 20 # Go looks in a src directory under any directory in GOPATH but netns