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 /bitbake/bin | |
| 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>
Diffstat (limited to 'bitbake/bin')
| -rwxr-xr-x | bitbake/bin/bitbake | 2 |
1 files changed, 1 insertions, 1 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__: |
