diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-26 14:03:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-26 14:03:45 +0100 |
commit | b6b863311f858382211e301c68f062db35c73200 (patch) | |
tree | 2c66bad25bae02b9e8e786eba4b15d9344f6ea87 /bitbake/bin | |
parent | 491b23a932f32377a677e055d87af52ddbcf5479 (diff) | |
download | poky-b6b863311f858382211e301c68f062db35c73200.tar.gz |
bitbake: bitbake: Bump to post release verion 1.53.0
(Bitbake rev: 17d74fc64003770a94dfffa2ab102254fa52d585)
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 73271a09b7..dcabeae1f4 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -28,7 +28,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException | |||
28 | if sys.getfilesystemencoding() != "utf-8": | 28 | if sys.getfilesystemencoding() != "utf-8": |
29 | sys.exit("Please use a locale setting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale after loading so we need a UTF-8 when Python starts or things won't work.") | 29 | sys.exit("Please use a locale setting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale after loading so we need a UTF-8 when Python starts or things won't work.") |
30 | 30 | ||
31 | __version__ = "1.52.0" | 31 | __version__ = "1.53.0" |
32 | 32 | ||
33 | if __name__ == "__main__": | 33 | if __name__ == "__main__": |
34 | if __version__ != bb.__version__: | 34 | if __version__ != bb.__version__: |