]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
scripts: fix buildstats diff/summary hard bound to host python3
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 3 May 2023 15:57:18 +0000 (11:57 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 May 2023 10:07:21 +0000 (11:07 +0100)
Somehow these two got left behind and hence on older hosts that
are using buildtools for a newer python - they will still fail.

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>
scripts/buildstats-diff
scripts/buildstats-summary

index 2f6498ab67430ac716fe8f2c6fb2d66bb9d50d05..c9aa76a8fafcc4baafe1d63ec49ae7d332a745ee 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Script for comparing buildstats from two different builds
 #
index f521d78650b4f5cda4410088eb2c874a7b27f6e0..b10c671b29bd21ff00ddf90caf259ab1a0032e04 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python3
+#!/usr/bin/env python3
 #
 # Dump a summary of the specified buildstats to the terminal, filtering and
 # sorting by walltime.