scripts: use OE_TMPDIR instead of TMPDIR external variable
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 28 Sep 2011 15:28:25 +0000 (16:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2011 20:41:43 +0000 (21:41 +0100)
commita8d1b950965aa3b4bbb5a216ff1810d1ec42340d
treef8e22f3d5143ddf2991c46d73d3011a7715fb51e
parente713d3fd4b11d004fa4f53e4a222f2838e56085b
scripts: use OE_TMPDIR instead of TMPDIR external variable

On OpenSUSE within an X session, TMPDIR is set to the system temporary
directory (/tmp) which is incorrect for these scripts. Thus, change
runqemu and oe-setup-rpmrepo to use OE_TMPDIR from the external
environment rather than TMPDIR.

Fixes [YOCTO #1530]

(From OE-Core rev: 4e24c10952c7a52af7f2447595fd484692d35534)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/imagetest-qemu.bbclass
scripts/oe-setup-rpmrepo
scripts/qemuimage-testlib
scripts/runqemu