]> code.ossystems Code Review - openembedded-core.git/commit
qemu-native: Point python to python2 on build host
authorKhem Raj <raj.khem@gmail.com>
Thu, 16 Feb 2017 21:19:57 +0000 (13:19 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:17 +0000 (12:29 -0800)
commit42c32a9c8e3ca28e553a3b95089e0d51390c1758
tree2b641941e4394a66f770d93ed780697ec3a2fc51
parent59c89d52cf901d19ccc40ac65b0d8e2c84aafa32
qemu-native: Point python to python2 on build host

On buildhosts where default python has switched to using python3
qemu-native fails configure like this

| ERROR: Cannot use 'python', Python 2.6 or later is required.
|        Note that Python 3 or later is not yet supported.
|        Use --python=/path/to/python to specify a supported Python.
|

we still expect build host to have python2 pre-installed
and is always available.

(From OE-Core rev: 2cac9544752775262fa87517ed49fcac2fb3a574)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc