diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2025-09-03 11:54:55 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-09-17 15:36:44 -0700 |
| commit | 3bb8b0dd371534c24d2cfab17b34789c877648a5 (patch) | |
| tree | c1b8b1979245676d1ebc7c11afcae2185a35577a /bitbake/lib/bb | |
| parent | f00c4968ff34c6a23f2467f310b5aae31ab4947c (diff) | |
| download | poky-3bb8b0dd371534c24d2cfab17b34789c877648a5.tar.gz | |
bitbake: bitbake: Bump version to 2.8.1
To indicate compatibility with python 3.14
[YOCTO #15858]
(Bitbake rev: 1c9ec1ffde75809de34c10d3ec2b40d84d258cb4)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bitbake/lib/bb')
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index f59c2515b7..3fb2ec5d14 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | # SPDX-License-Identifier: GPL-2.0-only | 9 | # SPDX-License-Identifier: GPL-2.0-only |
| 10 | # | 10 | # |
| 11 | 11 | ||
| 12 | __version__ = "2.8.0" | 12 | __version__ = "2.8.1" |
| 13 | 13 | ||
| 14 | import sys | 14 | import sys |
| 15 | if sys.version_info < (3, 8, 0): | 15 | if sys.version_info < (3, 8, 0): |
