diff options
author | Mikko Ylinen <mikko.ylinen@linux.intel.com> | 2017-04-13 13:09:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-14 09:47:08 +0100 |
commit | a84a323e4d72e40591446bd8aef37577ec084776 (patch) | |
tree | 9ef9e5c8087e8a1d1b6568a46e4e512f28621270 /meta/classes/compress_doc.bbclass | |
parent | bce0b509bf9c747c4877930f668717223e09ab96 (diff) | |
download | poky-a84a323e4d72e40591446bd8aef37577ec084776.tar.gz |
classes/populate_sdk_ext: reset TCLIBCAPPEND to get consistent TMPDIR
populate_sdk_ext sets TMPDIR to a known static value with '/tmp' directory
name and that name is hard coded in a few places (e.g., in
meta-environment-extsdk.bb that writes the eSDK environment variables).
Distros that do not reset TCLIBCAPPEND (poky does) end up getting
TMPDIR = /tmp-${TCLIBCAPPEND} via defaultsetup.conf and that breaks
the functionality in eSDK that expects everything is in /tmp.
To get TMPDIR consistent, we also need to reset TCLIBCAPPEND in
populate_sdk_ext.bbclass.
Fixes: [YOCTO #11298]
(From OE-Core rev: 9ec29153f279bb9e1dbcddc2c66e00fdbe3fd6e9)
Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/compress_doc.bbclass')
0 files changed, 0 insertions, 0 deletions