diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 21:45:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 22:10:12 +0100 |
commit | c84b0c0b735cfd5092bb4a087e2b60ad04e0a256 (patch) | |
tree | 6bc97fb9d326d2e5ce370a1fce7362f093eb6c23 /bitbake/bin | |
parent | 9a3781d8efedbdaedba69e9b6aa2da98f4d60b1a (diff) | |
download | poky-c84b0c0b735cfd5092bb4a087e2b60ad04e0a256.tar.gz |
bitbake: bin/bitbake: Update to version 1.24.0
(Bitbake rev: 637ce8df2658e4905fab8a0600a45505596bf472)
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 57e3c842d9..a2e8cc13b0 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -41,7 +41,7 @@ from bb import ui | |||
41 | from bb import server | 41 | from bb import server |
42 | from bb import cookerdata | 42 | from bb import cookerdata |
43 | 43 | ||
44 | __version__ = "1.23.2" | 44 | __version__ = "1.24.0" |
45 | logger = logging.getLogger("BitBake") | 45 | logger = logging.getLogger("BitBake") |
46 | 46 | ||
47 | # Python multiprocessing requires /dev/shm | 47 | # Python multiprocessing requires /dev/shm |