]> code.ossystems Code Review - openembedded-core.git/commit
bitbake wrapper: exit if python v3 is detected
authorScott Garman <scott.a.garman@intel.com>
Wed, 15 Jun 2011 01:16:29 +0000 (18:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2011 11:09:52 +0000 (12:09 +0100)
commit9dd2d6b7ee36af6229eb9e9c448eab3a6895a9c5
tree2d7830211e6645658d43b1dadc206dcdf0f4a3be
parent1609fd2b6582667106a6f065cfa031f68cee7552
bitbake wrapper: exit if python v3 is detected

Make sure we're not using python v3.x. This check can't go into
sanity.bbclass because bitbake's source code doesn't even pass
parsing stage when used with python v3, so we catch it here so we
can offer a meaningful error message.

This fixes bug [YOCTO #1128]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
scripts/bitbake