summaryrefslogtreecommitdiffstats
path: root/scripts/buildstats-diff
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2023-05-03 11:57:18 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-05 11:07:26 +0100
commite9980b8b38e92ce2a4eb2b7a216d0bc42ca656b7 (patch)
treeaa9f3aface215ab5eef0a5c0072840f87aa8359f /scripts/buildstats-diff
parent735e6b4278e2d4388ba86b871c9fb7054d249388 (diff)
downloadpoky-e9980b8b38e92ce2a4eb2b7a216d0bc42ca656b7.tar.gz
scripts: fix buildstats diff/summary hard bound to host python3
Somehow these two got left behind and hence on older hosts that are using buildtools for a newer python - they will still fail. (From OE-Core rev: f1b11b83a6dd991f393940741c930691463e6d53) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/buildstats-diff')
-rwxr-xr-xscripts/buildstats-diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildstats-diff b/scripts/buildstats-diff
index 2f6498ab67..c9aa76a8fa 100755
--- a/scripts/buildstats-diff
+++ b/scripts/buildstats-diff
@@ -1,4 +1,4 @@
1#!/usr/bin/python3 1#!/usr/bin/env python3
2# 2#
3# Script for comparing buildstats from two different builds 3# Script for comparing buildstats from two different builds
4# 4#