summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-26 14:03:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-26 14:03:45 +0100
commitb6b863311f858382211e301c68f062db35c73200 (patch)
tree2c66bad25bae02b9e8e786eba4b15d9344f6ea87 /bitbake/bin/bitbake
parent491b23a932f32377a677e055d87af52ddbcf5479 (diff)
downloadpoky-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/bitbake')
-rwxr-xr-xbitbake/bin/bitbake2
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
28if sys.getfilesystemencoding() != "utf-8": 28if 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
33if __name__ == "__main__": 33if __name__ == "__main__":
34 if __version__ != bb.__version__: 34 if __version__ != bb.__version__: