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 <[email protected]> diff --git a/scripts/buildstats-diff b/scripts/buildstats-diff index 2f6498ab6743..c9aa76a8fafc 100755 --- a/scripts/buildstats-diff +++ b/scripts/buildstats-diff @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # # Script for comparing buildstats from two different builds # diff --git a/scripts/buildstats-summary b/scripts/buildstats-summary index f521d78650b4..b10c671b29bd 100755 --- a/scripts/buildstats-summary +++ b/scripts/buildstats-summary @@ -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. -- 2.37.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180832): https://lists.openembedded.org/g/openembedded-core/message/180832 Mute This Topic: https://lists.openembedded.org/mt/98665140/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
