We previously patched configure to stop looking around for a Python to use, and to use the Python binary and install paths that we specify. Now that we depend on Python 3 its possible that bitbake is being built on a machine without Python 2 installed, so hardcode the python3 interpreter instead.
Signed-off-by: Ross Burton <ross.bur...@intel.com> --- meta/recipes-graphics/xorg-proto/xcb-proto/no-python-native.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto/no-python-native.patch b/meta/recipes-graphics/xorg-proto/xcb-proto/no-python-native.patch index f808e19..09b6088 100644 --- a/meta/recipes-graphics/xorg-proto/xcb-proto/no-python-native.patch +++ b/meta/recipes-graphics/xorg-proto/xcb-proto/no-python-native.patch @@ -20,7 +20,7 @@ index d140bfe..c7b68da 100644 -AM_PATH_PYTHON([2.5]) +pythondir="${libdir}/xcb-proto" +AC_SUBST(pythondir) -+PYTHON="python" ++PYTHON="python3" +AC_SUBST(PYTHON) xcbincludedir='${datadir}/xcb' -- 2.8.0.rc3 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core