Re: [OE-core] [PATCH] cmake: fix Python executable with cmake

2020-04-06 Thread Martin Kelly
On 4/5/20 8:55 AM, Khem Raj wrote: On Fri, Apr 3, 2020 at 5:54 PM Khem Raj wrote: Hi Martin I am seeing upm package failures, which I think are related to this change https://errors.yoctoproject.org/Errors/Details/400570/ https://errors.yoctoproject.org/Errors/Details/400566/ https://errors.

Re: [OE-core] [PATCH] cmake: fix Python executable with cmake

2020-04-05 Thread Khem Raj
On Fri, Apr 3, 2020 at 5:54 PM Khem Raj wrote: > > Hi Martin > > I am seeing upm package failures, which I think are related to this change > > https://errors.yoctoproject.org/Errors/Details/400570/ > https://errors.yoctoproject.org/Errors/Details/400566/ > https://errors.yoctoproject.org/Errors/D

Re: [OE-core] [PATCH] cmake: fix Python executable with cmake

2020-04-03 Thread Khem Raj
Hi Martin I am seeing upm package failures, which I think are related to this change https://errors.yoctoproject.org/Errors/Details/400570/ https://errors.yoctoproject.org/Errors/Details/400566/ https://errors.yoctoproject.org/Errors/Details/400588/ On Thu, Apr 2, 2020 at 1:59 PM Martin Kelly w

[OE-core] [PATCH] cmake: fix Python executable with cmake

2020-04-02 Thread Martin Kelly
Currently, CMake has two ways of finding Python executables: FindPythonInterp and FindPython/FindPython3. FindPythonInterp is deprecated and may be removed at some point. Currently, python3native sets PYTHON_EXECUTABLE, which FindPythonInterp uses. This is a problem for a few reasons: - Setting PY