]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-internal: don't append an empty element to PATH
authorScott Garman <scott.a.garman@intel.com>
Wed, 26 Sep 2012 18:02:27 +0000 (11:02 -0700)
committerSaul Wold <sgw@linux.intel.com>
Fri, 28 Sep 2012 08:14:01 +0000 (01:14 -0700)
commit1f7f590369eaa76dc970c9cffd1f0db53ce08c00
tree5ad05782d9e21173322cff362f8364c65e3928c7
parent435ffeefe4a1df53335fd397ff404bed7deae2df
runqemu-internal: don't append an empty element to PATH

Bitbake fails to run when an empty element exists in $PATH. Avoid
creating this situation when $CROSSPATH is not set.

This fixes bug [YOCTO #3101]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu-internal