diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:08:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:17:22 +0100 |
commit | ca6321fff4bec91cb4a32c51b48df088932c5070 (patch) | |
tree | ce3945341e24b3604b78716857013d9881fd75da /bitbake/bin | |
parent | cfa2c5419a13a4d684a735ceb0459d0700880558 (diff) | |
download | poky-ca6321fff4bec91cb4a32c51b48df088932c5070.tar.gz |
bitbake: Update to version 1.18.0
(Bitbake rev: 94b54788cadabf6ebfb7711674646dbea6204805)
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 40b50e1688..96d613ea0b 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -40,7 +40,7 @@ from bb import cooker | |||
40 | from bb import ui | 40 | from bb import ui |
41 | from bb import server | 41 | from bb import server |
42 | 42 | ||
43 | __version__ = "1.17.1" | 43 | __version__ = "1.18.0" |
44 | logger = logging.getLogger("BitBake") | 44 | logger = logging.getLogger("BitBake") |
45 | 45 | ||
46 | # Unbuffer stdout to avoid log truncation in the event | 46 | # Unbuffer stdout to avoid log truncation in the event |