summaryrefslogtreecommitdiffstats
path: root/recipes-core/runx/runx_git.bb
diff options
context:
space:
mode:
authorChandana kalluri <ckalluri@xilinx.com>2020-04-08 09:52:40 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-04-08 23:07:43 -0400
commit16134e66ca8863869a8c69924daeae9dc6eb56bf (patch)
tree9dd85bbb301531b149bb2ecc4d0902d0700731c1 /recipes-core/runx/runx_git.bb
parent40f79e8d17518285502425c537cd4e3e19c95ca7 (diff)
downloadmeta-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-core/runx/runx_git.bb')
0 files changed, 0 insertions, 0 deletions