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

2020-02-13 Thread He Zhe
commit log broken. Please ignore. I'll send v3. Zhe On 2/14/20 11:44 AM, zhe...@windriver.com wrote: > From: He Zhe > > To make the native python3 is 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 v2] perf: Correct the substitution of python shebangs

2020-02-13 Thread zhe.he
From: He Zhe To make the native python3 is 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/bpf_helpers_doc.py to fix the following warning.