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 | |
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')
-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 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 |
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 001941a29d..15115631ef 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.1" | 24 | __version__ = "1.23.2" |
25 | 25 | ||
26 | import sys | 26 | import sys |
27 | if sys.version_info < (2, 7, 3): | 27 | if sys.version_info < (2, 7, 3): |