diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-25 12:49:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-25 12:56:29 +0000 |
commit | 5756684d672e46b0974c3af1921a03b9c1fac40f (patch) | |
tree | f4a9d53ece3818a3721941b330fa885508b6a94c /bitbake/lib/bb | |
parent | 87c4e58dda0e2f62b0c8e4ddc6bec244643b21af (diff) | |
download | poky-5756684d672e46b0974c3af1921a03b9c1fac40f.tar.gz |
bitbake: Update to version 1.26.0
(Bitbake rev: 14da7bc06bc6ea6fd051c0afd8d4839d96f415e7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/__init__.py | 2 | ||||
-rwxr-xr-x | bitbake/lib/bb/main.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 36c4d9663d..64ccd445b4 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
@@ -21,7 +21,7 @@ | |||
21 | # with this program; if not, write to the Free Software Foundation, Inc., | 21 | # with this program; if not, write to the Free Software Foundation, Inc., |
22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
23 | 23 | ||
24 | __version__ = "1.25.0" | 24 | __version__ = "1.26.0" |
25 | 25 | ||
26 | import sys | 26 | import sys |
27 | if sys.version_info < (2, 7, 3): | 27 | if sys.version_info < (2, 7, 3): |
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index 591f32bae9..1f19cc5dcf 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py | |||
@@ -36,7 +36,7 @@ from bb import ui | |||
36 | from bb import server | 36 | from bb import server |
37 | from bb import cookerdata | 37 | from bb import cookerdata |
38 | 38 | ||
39 | __version__ = "1.25.0" | 39 | __version__ = "1.26.0" |
40 | logger = logging.getLogger("BitBake") | 40 | logger = logging.getLogger("BitBake") |
41 | 41 | ||
42 | class BBMainException(bb.BBHandledException): | 42 | class BBMainException(bb.BBHandledException): |