diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-10 17:47:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-10 17:57:56 +0100 |
commit | 4ba4ffeb05afaf9858dafd8d4a5c4707e64abdf9 (patch) | |
tree | 409ad564c1ff8b5673adbfbb6bc271915cb62c5b /bitbake/bin | |
parent | c3a216c5f53e8cc92c86f2e447e2ae1bdbd7c767 (diff) | |
download | poky-4ba4ffeb05afaf9858dafd8d4a5c4707e64abdf9.tar.gz |
bitbake: bitbake: Update to version 1.23.0 for master
(Bitbake rev: bb4980c63db386ce7d30d9a6b86e9f3861b3bc3a)
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 c6e8f011be..846d059319 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.22.0" | 44 | __version__ = "1.23.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 |