diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-11 17:31:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-11 17:31:17 +0100 |
commit | 51e392106e9858eb321bc5597556d9a44bd06c49 (patch) | |
tree | f65a06c1b06ff9602dfc50432067a5c3b37e3ff9 /bitbake/bin | |
parent | bb54fd05708b86f4c78fe57852554a5b738858ea (diff) | |
download | poky-51e392106e9858eb321bc5597556d9a44bd06c49.tar.gz |
bitbake: bin/bitbake: Update to version 1.23.2
(Bitbake rev: e24095f54c52a547c0462836586a5d716249036e)
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 b8acd6e631..57e3c842d9 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.1" | 44 | __version__ = "1.23.2" |
45 | logger = logging.getLogger("BitBake") | 45 | logger = logging.getLogger("BitBake") |
46 | 46 | ||
47 | # Python multiprocessing requires /dev/shm | 47 | # Python multiprocessing requires /dev/shm |