[OE-core] [PATCH] libepoxy: Use native python3

Burton, Ross ross.burton at intel.com
Thu Jul 23 22:33:09 UTC 2015


On 23 July 2015 at 01:22, Gary Thomas <gary at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150723/20ac1aae/attachment-0002.html>


More information about the Openembedded-core mailing list