]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-buildenv-internal bitbake: Migrate python version checks
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 17:16:41 +0000 (18:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jun 2013 11:53:26 +0000 (12:53 +0100)
commit07792e4a83ca4f1c8152c228813c7f795fa6a545
tree19cf9397d5faa148338a9ffa3c15f3e349827ffd
parent7b370e23594da5dcb53cd5507ec289c3ef2d9fb5
scripts/oe-buildenv-internal bitbake: Migrate python version checks

In preparation for removal of the bitbake wrapper script, move the
python version checks to the environment script. There are also
checks within bitbake itself but these may not always function
correctly on every version of python so this is really insurance.

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