diff options
author | Chandana kalluri <ckalluri@xilinx.com> | 2020-04-08 09:52:40 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-04-08 23:07:43 -0400 |
commit | 16134e66ca8863869a8c69924daeae9dc6eb56bf (patch) | |
tree | 9dd85bbb301531b149bb2ecc4d0902d0700731c1 /recipes-devtools/python/python-websocket-client.inc | |
parent | 40f79e8d17518285502425c537cd4e3e19c95ca7 (diff) | |
download | meta-virtualization-16134e66ca8863869a8c69924daeae9dc6eb56bf.tar.gz |
go-build: Set up dependencies and GOPATH before do_compile
go-build recipe depends on runc source and during compilation tries to run the
command: go get github.com/opencontainers/runc.
This is incorrect as a source fetch shouldn't occur during compilation. Also,
even after a fetch occurs during compilation, the go build path GOPATH points
to the incorrect path hence the runc source is never found.
Fetch the opencontainers/runc source and create links in the correct GOPATH
before compilation for a successful build.
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-websocket-client.inc')
0 files changed, 0 insertions, 0 deletions