diff options
author | Joerg Schmidt <joerg.schmidt@garmin.com> | 2025-02-20 08:35:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-21 13:14:22 +0000 |
commit | ae8fe5b896a1f6bd0740d1fa6638b9d9377a8d28 (patch) | |
tree | 8de3d64a1030abb8ad0308f10196d457b46e10cb /meta/site/common-uclibc | |
parent | 13ee5bb0d1dc7163f9b568a7b93d806e5a1f408b (diff) | |
download | poky-master.tar.gz |
The minimum Python version required for Yocto 5.0 is 3.8 which causes
failure in poky/bitbake/lib/bblayers/query.py when listing layers by
using command "bitbake-layers show-recipes -f --bare --mc MC" for the
given multiconfig MC.
The reason for that failure is the use of "removeprefix" string method
which got introduced in Python 3.9.
This patch replaces the "removeprefix" method with an equivalent
solution supported by Python 3.8.
(Bitbake rev: 004cfdec1c865f2351bbac99acb3d63bfef9d380)
Signed-off-by: Joerg Schmidt <joerg.schmidt@garmin.com>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/common-uclibc')
0 files changed, 0 insertions, 0 deletions