Re: [OE-core] [PATCH] distutils: Run python from the PATH in the -native case as well

2019-04-30 Thread Richard Purdie
On Tue, 2019-04-30 at 14:34 +1200, Douglas Royds via Openembedded-core wrote: > The python distutils generate a python wrapper script for each package. > These python scripts have shebang lines pointing to the python executable. > In our case, this is a fully-qualified path to python-native in the

[OE-core] [PATCH] distutils: Run python from the PATH in the -native case as well

2019-04-29 Thread Douglas Royds via Openembedded-core
The python distutils generate a python wrapper script for each package. These python scripts have shebang lines pointing to the python executable. In our case, this is a fully-qualified path to python-native in the recipe-sysroot-native. Ubuntu 18.04 restricts the useful length of the shebang