]> code.ossystems Code Review - openembedded-core.git/commit
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:36:51 +0000 (21:36 +0100)
commit4e24c10952c7a52af7f2447595fd484692d35534
tree2aab4537aeafa197e0a35bf08b71d62d2a908b0b
parent05a46d74ca1a1d9256d454d6ba022a76f287e21c
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]

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