meta-virtualization/recipes-devtools
Mark Asselstine 3c3293e6b8 go-native: don't use host /var/tmp for temp build artifacts
Similar to a recent change for go-cross we can potentially run in to a
build failure:

  go tool dist: mkdtemp(/var/tmp/go-cbuild-A0rrP5): No such file or directory

when the host doesn't have a /var/tmp or when the permissions don't
allow for the creation of the temporary directory. Instead of relying
on /var/tmp we create and use a temporary directory in the $WORKDIR to
work around this issue. This is passed to the build via the TMPDIR
environment variable.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-20 12:34:34 -04:00
..
go docker: drop obselete dependencies 2016-05-18 14:20:29 -04:00
go-cross go-native: don't use host /var/tmp for temp build artifacts 2016-05-20 12:34:34 -04:00
python python-m2crypto: Fix issue with swig 3.0.5 2016-04-05 11:15:15 -04:00