diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-25 12:49:39 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-25 12:56:29 +0000 |
| commit | e029d27eaf4f4543e46a1871d3253d067084e8d5 (patch) | |
| tree | c2de9c6d2f4e0b000a4af2fefabb97ce99112a2a /bitbake/lib/bb | |
| parent | 5756684d672e46b0974c3af1921a03b9c1fac40f (diff) | |
| download | poky-e029d27eaf4f4543e46a1871d3253d067084e8d5.tar.gz | |
bitbake: Update to version 1.27.0 post 1.26 release
(Bitbake rev: 0153e0b4e089f62a7d5a92ca6be2fa5a8f61a6e4)
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 64ccd445b4..b2f290fd8c 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.26.0" | 24 | __version__ = "1.27.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 1f19cc5dcf..af067f7379 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.26.0" | 39 | __version__ = "1.27.0" |
| 40 | logger = logging.getLogger("BitBake") | 40 | logger = logging.getLogger("BitBake") |
| 41 | 41 | ||
| 42 | class BBMainException(bb.BBHandledException): | 42 | class BBMainException(bb.BBHandledException): |
