]> code.ossystems Code Review - openembedded-core.git/commit
scripts/bitbake: try harder to check if pseudo exists
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 26 Mar 2012 12:44:28 +0000 (13:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 31 Mar 2012 16:39:42 +0000 (17:39 +0100)
commit07b0dddab901510208fab44bbc2566d3c3baae93
tree05a0f9d7cbfac6010cf95b73a6551295b74e1608
parent2d26b1a4f83a635f96072589289a389675abb305
scripts/bitbake: try harder to check if pseudo exists

If pseudodone doesn't exist, we can get STAGING_BINDIR_NATIVE by calling
bitbake -e and use that as the path to check for pseudo before we give
up and try to build it explicitly first.

This is useful for people who share TMPDIR between multiple build
directories.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/bitbake