Re: [OE-core] [PATCH] perf: Correct the substitution of python shebangs

2020-02-13 Thread He Zhe
Thanks for your input. Since the old one doesn't make it to next branch and the thread hasn't had following replies, I'll send v2 as a summary. Zhe On 2/14/20 4:45 AM, Bruce Ashfield wrote: > On Thu, Feb 13, 2020 at 1:39 PM wrote: >> From: He Zhe >> >> To make the native python3 are always us

Re: [OE-core] [PATCH] perf: Correct the substitution of python shebangs

2020-02-13 Thread Bruce Ashfield
On Thu, Feb 13, 2020 at 1:39 PM wrote: > > From: He Zhe > > To make the native python3 are always used, > > - Move the substitution of /usr/bin/python3 to first, otherwise the > possible original /usr/bin/python3 would be changed to > /usr/bin/env python33. > - Add substitution for ${S}/scrip

Re: [OE-core] [PATCH] perf: Correct the substitution of python shebangs

2020-02-13 Thread Scott Branden via Openembedded-core
On 2020-02-13 11:45 a.m., Bruce Ashfield wrote: On Thu, Feb 13, 2020 at 1:39 PM wrote: From: He Zhe To make the native python3 are always used, FWIW, a very similar patch was sent 10 days ago. Did you confirm that it isn't in master-next already ? It's not in master-next as far as I can

Re: [OE-core] [PATCH] perf: Correct the substitution of python shebangs

2020-02-13 Thread Bruce Ashfield
On Thu, Feb 13, 2020 at 1:39 PM wrote: > > From: He Zhe > > To make the native python3 are always used, > FWIW, a very similar patch was sent 10 days ago. Did you confirm that it isn't in master-next already ? see: "[OE-core] [PATCH] perf: Additional fixes for 5.5+" Bruce > - Move the substit

Re: [OE-core] [PATCH] perf: Correct the substitution of python shebangs

2020-02-13 Thread Scott Branden via Openembedded-core
Thank you - works for me.  I've been waiting for a fix! On 2020-02-13 10:38 a.m., zhe...@windriver.com wrote: From: He Zhe To make the native python3 are always used, - Move the substitution of /usr/bin/python3 to first, otherwise the possible original /usr/bin/python3 would be changed to

[OE-core] [PATCH] perf: Correct the substitution of python shebangs

2020-02-13 Thread zhe.he
From: He Zhe To make the native python3 are always used, - Move the substitution of /usr/bin/python3 to first, otherwise the possible original /usr/bin/python3 would be changed to /usr/bin/env python33. - Add substitution for ${S}/scripts/ Signed-off-by: He Zhe --- meta/recipes-kernel/per