diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:58:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:59:12 +0100 |
commit | f41922d0c787a73b4b84de783d0720d13ededec4 (patch) | |
tree | e64290f758f066b7f586ae6a49a9cfbd1fa99993 /bitbake/bin | |
parent | 5c63fc7a67ec8844768bbcf1a1accb205865333d (diff) | |
download | poky-f41922d0c787a73b4b84de783d0720d13ededec4.tar.gz |
bitbake: bitbake: Update post 1.20 to development version
(Bitbake rev: 03d051b6da52ec4ee26f97aa9038622f8d87e55d)
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 88893f8de6..50971a8d8f 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.20.0" | 44 | __version__ = "1.21.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 |