diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-05 11:56:05 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-05 11:59:08 +0000 |
| commit | 71c0d311baad6874c7c832fa3334a238a99cc661 (patch) | |
| tree | c5a405bfa5fd146e3d2371710cbd07b084f9646c | |
| parent | 7d400f94fee616aea84af63493bb2fb2d899a4ff (diff) | |
| download | poky-71c0d311baad6874c7c832fa3334a238a99cc661.tar.gz | |
bitbake: bitbake: Version bump for find_siginfo chanages
Bump the version to 2.7.1 for the find_siginfo changes.
(Bitbake rev: 03995e16bf7186f5368f772f617d563f4d280641)
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 11892d09eb..abf7de26d8 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.7.0" | 30 | __version__ = "2.7.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 0145d6bcde..019ab1977a 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.7.0" | 12 | __version__ = "2.7.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): |
