diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 18:14:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-14 12:52:58 +0100 |
commit | 542d6a87db0bab1210f2b5b51c0becdafe4d1b83 (patch) | |
tree | 0649113c5c1b8c94eec257972bde87d116fa517d /bitbake/bin | |
parent | 8408f3dfcabba378a8e81d4eb81f985259e90310 (diff) | |
download | poky-542d6a87db0bab1210f2b5b51c0becdafe4d1b83.tar.gz |
bitbake: bitbake: Update version to 1.19.1
(Bitbake rev: 6acd444a557bba977ae1772371fdadf5f510e3b6)
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 d263cbdb66..1fac9feb24 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.0" | 44 | __version__ = "1.19.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 |