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 | |
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')
-rwxr-xr-x | bitbake/bin/bitbake | 2 | ||||
-rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
2 files changed, 2 insertions, 2 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 |
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 15115631ef..4d69552c44 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
@@ -21,7 +21,7 @@ | |||
21 | # with this program; if not, write to the Free Software Foundation, Inc., | 21 | # with this program; if not, write to the Free Software Foundation, Inc., |
22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
23 | 23 | ||
24 | __version__ = "1.23.2" | 24 | __version__ = "1.24.0" |
25 | 25 | ||
26 | import sys | 26 | import sys |
27 | if sys.version_info < (2, 7, 3): | 27 | if sys.version_info < (2, 7, 3): |