diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-20 12:46:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-20 12:47:48 +0100 |
commit | da4fb13f6d16b88dddf29495c1567b54cf1c7234 (patch) | |
tree | c207990bdbd7cc1533ca25ee973843d962193833 /scripts/oe-build-perf-report | |
parent | c6bc20857cd1bdfd25dfc50e413be84d1d12b189 (diff) | |
download | poky-da4fb13f6d16b88dddf29495c1567b54cf1c7234.tar.gz |
scripts/oe-build-perf-report: Use python3 from the environment
This means ot matches the rest of the system rather than causing confusing errors
where multiple python versions are mixed.
(From OE-Core rev: ef4138b6d8575fb4a0e9dfbaec2cb766f3705efb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-build-perf-report')
-rwxr-xr-x | scripts/oe-build-perf-report | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report index e781f4f03f..7ed86a72f6 100755 --- a/scripts/oe-build-perf-report +++ b/scripts/oe-build-perf-report | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/python3 | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Examine build performance test results | 3 | # Examine build performance test results |
4 | # | 4 | # |