diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:10:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-03 16:24:05 +0100 |
commit | c88bfe215f920555b4a7cb19ae4a546911bb4dd5 (patch) | |
tree | b4c025e6dcecb355f69ae2c5c501c94ed6584cc8 /bitbake/bin | |
parent | 746463720e710943bdb507fcc24bc29b91bd620f (diff) | |
download | poky-c88bfe215f920555b4a7cb19ae4a546911bb4dd5.tar.gz |
bitbake: Update to version 1.19.0 for master
(Bitbake rev: c47088a86fd8ad06c1810d04d9537c4cd01e8bef)
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 96d613ea0b..f96c1a1b6f 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.18.0" | 43 | __version__ = "1.19.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 |