diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-01 08:50:37 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-01 08:50:51 +0100 |
| commit | 5336309d6f027907046f94da3d1e7f654dcf9a29 (patch) | |
| tree | 7bf25a394c68abdf1a9bd176461d013d1e3bbd76 /bitbake | |
| parent | f47786d66f65594d25fc2eb9f65113f88d2581d0 (diff) | |
| download | poky-5336309d6f027907046f94da3d1e7f654dcf9a29.tar.gz | |
bitbake: bitbake: Bump version to 2.15.1
(Bitbake rev: f68b513c38fa33c89236efbaab2674a25983d5e1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
| -rwxr-xr-x | bitbake/bin/bitbake | 2 | ||||
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index c2d0ca7613..40b5d895c1 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
| @@ -27,7 +27,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException | |||
| 27 | 27 | ||
| 28 | bb.utils.check_system_locale() | 28 | bb.utils.check_system_locale() |
| 29 | 29 | ||
| 30 | __version__ = "2.15.0" | 30 | __version__ = "2.15.1" |
| 31 | 31 | ||
| 32 | if __name__ == "__main__": | 32 | if __name__ == "__main__": |
| 33 | if __version__ != bb.__version__: | 33 | if __version__ != bb.__version__: |
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 62ceaaef6e..bf4c54d829 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.15.0" | 12 | __version__ = "2.15.1" |
| 13 | 13 | ||
| 14 | import sys | 14 | import sys |
| 15 | if sys.version_info < (3, 9, 0): | 15 | if sys.version_info < (3, 9, 0): |
