On Fri, 5 Apr 2019 at 14:00, Anuj Mittal <anuj.mittal at intel.com> wrote:
> +inherit cmake pythonnative
Assuming it's using the standard Python checkers in cmake then this
will probably work:
EXTRA_OECMAKE = "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3"
(or maybe python2 if it needs Py2 and can't handle py3)
Ross