On 23 July 2015 at 01:22, Gary Thomas <g...@mlbassoc.com> wrote: > This recipe needs python3. This patch arranges to use the bitbake-built > version, not the host version (which may be missing or not work...) >
Needs is a strong word. The configure script does this: AC_CHECK_PROGS([PYTHON], [python3 python2 python]) What's actually happening as a patch to simply remove python3 from that list will also solve most problems - we obviously depend on a fully working host python 2. Ross
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core