diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-10 09:00:16 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-10 09:01:29 +0100 |
| commit | 37a6a28768fe7a4649951735eec7240d74ee2a6f (patch) | |
| tree | 7a1202c4b0eb2a22088a46b74d864db8c1dfd32d | |
| parent | eb7b8476eee1f9916f33a78ef8cb075cd3943a6d (diff) | |
| download | poky-37a6a28768fe7a4649951735eec7240d74ee2a6f.tar.gz | |
bitbake: bitbake: Update to 2.6.0 release series/version
(Bitbake rev: 033896da8daaff69df3c2adb4ad5fee29121e831)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 42ab14876e..8cfa165f9a 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.4.0" | 30 | __version__ = "2.6.0" |
| 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 0e2d8677b8..3163481e56 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.4.0" | 12 | __version__ = "2.6.0" |
| 13 | 13 | ||
| 14 | import sys | 14 | import sys |
| 15 | if sys.version_info < (3, 8, 0): | 15 | if sys.version_info < (3, 8, 0): |
