meta-virtualization/recipes-devtools
Mark Asselstine 7e2ad373b6 go-cross: don't use host /var/tmp for temporary build artifacts
The default behavior for go-cross build is to use the path specified
in TMPDIR for some temporary build artifacts and if no TMPDIR is set
in the environment to fallback to use /var/tmp. This causes a build
failure on hosts that do not have a /var/tmp or that have restrictive
permissions on /var/tmp. The failure is seen as:

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

By setting TMPDIR and ensuring we create this
directory we can avoid the associated issue with using the default.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-16 11:12:36 -04:00
..
go go-net: add SRC_URI checksums 2015-10-30 08:40:12 -04:00
go-cross go-cross: don't use host /var/tmp for temporary build artifacts 2016-05-16 11:12:36 -04:00
python python-m2crypto: Fix issue with swig 3.0.5 2016-04-05 11:15:15 -04:00