diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-10-07 20:21:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-08 13:55:31 +0100 |
commit | 8521c69289cd8b4a72277eb4aeeb2f0e7a63841c (patch) | |
tree | cbaf7f1431adf432c2ee6f6b4afab4586eeef07a /meta/lib/patchtest/repo.py | |
parent | 853426dfca1c56dd4b08ac14dac6f25692cbf07d (diff) | |
download | poky-8521c69289cd8b4a72277eb4aeeb2f0e7a63841c.tar.gz |
meta/classes-recipe/toolchain-scripts.bbclass: eliminate bash-ism
Sourcing a script with arguments is a non-standard bash extension
and doesn't work with other shells (e.g. dash, which is used on
Debian and derivatives). This used to work by coincidence when
running against integrated poky repo without having to separately
specify where bitbake is, but no longer does.
Using set is a POSIX standard.
(From OE-Core rev: 055ca7022d997b774fd4d0ca4fc02e87cafdcf89)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/patchtest/repo.py')
0 files changed, 0 insertions, 0 deletions