* should we fix it in python recipes instead? maybe more projects are looking for python2 and finds is on host not sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
SRC_URI[archive.sha256sum] = "403986cd83d957db17957f11c320c9562cc8675273efbaa402e88bf4e6586721"
EXTRA_OECONF += " --disable-gallium"
+
+do_configure_prepend() {
+ #check for python not python2, because python-native does not stage python2 binary/link
+ sed -i 's/AC_CHECK_PROGS(\[PYTHON2\], \[python2 python\])/AC_CHECK_PROGS(\[PYTHON2\], \[python python\])/g' ${S}/configure.ac
+}