]> code.ossystems Code Review - openembedded-core.git/commit
oe-buildenv-internal: Update to python3
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jun 2016 12:17:23 +0000 (13:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jun 2016 14:05:27 +0000 (15:05 +0100)
commit3dd26cd6b3d731f7698f6fbcd1947969f360cdc4
treee3b6be1d9378893b89dd6292caf6ed8f2c3374c8
parent42af63f326b03b32019c8b808b7ba07027f209b8
oe-buildenv-internal: Update to python3

Check that 'python' is a python v2 since that is what we assume everywhere
and upstream python devs recommend. We can need both python2 and python3
available since we don't control the software we might download and run.

Also check that python 3 is >= 3.4.0, our minimum version for bitbake.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-buildenv-internal