On Wed, Nov 27, 2019 at 12:00:28AM -0800, Khem Raj wrote: >... > +@@ -1568,7 +1568,7 @@ dnl Check for Python headers (currently > + dnl (Thanks to XChat) > + if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON" != > x"no" ; then > + AC_MSG_CHECKING(for Python compile flags) > +- PKG_CHECK_MODULES(PY, python, [ > ++ PKG_CHECK_MODULES(PY, python3, [ > + AC_SUBST(PY_CFLAGS) > + AC_SUBST(PY_LIBS) > + ], [ >...
This one also wants https://bitbucket.org/pidgin/main/pull-requests/357/gnt-fix-use-after-free-memory-violation/diff Not sure whether there are more fixes that need backporting for Python3. cu Adrian -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
