diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-20 12:23:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-20 12:26:06 +0000 |
commit | 8bbaed40c14c15d17150d4bf2b4cabf826ff2b68 (patch) | |
tree | 5d1d1c8f8e593c7a440e85a485886c1d3d81df26 /bitbake/bin | |
parent | 0b5476a3fab7e951292c18637831a30f22c5d21d (diff) | |
download | poky-8bbaed40c14c15d17150d4bf2b4cabf826ff2b68.tar.gz |
bitbake: Update to version 1.21.1 for master
(Bitbake rev: 4cc6e61fe11eb233bdba7c1bdc110b8cdafa56f8)
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 5857b9242c..d27fe849fb 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.21.0" | 44 | __version__ = "1.21.1" |
45 | logger = logging.getLogger("BitBake") | 45 | logger = logging.getLogger("BitBake") |
46 | 46 | ||
47 | # Python multiprocessing requires /dev/shm | 47 | # Python multiprocessing requires /dev/shm |