diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-24 18:04:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-24 18:04:16 +0100 |
commit | 3059b09223dbc4808df67f4ee7e3e75a78f606c4 (patch) | |
tree | 6e93ce3585e6f362683580e34a8bad37f946d020 /bitbake/bin | |
parent | 28af70d9757432182eef86bb7b880504109dd96e (diff) | |
download | poky-3059b09223dbc4808df67f4ee7e3e75a78f606c4.tar.gz |
bitbake: bitbake: Update to version 1.20.0
(Bitbake rev: 2666865a27cedbffc82800b4cab1d6cff5a0222e)
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 509857efa6..222dabddbc 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.19.1" | 44 | __version__ = "1.20.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 |