summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-26 09:55:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-26 10:01:24 +0000
commitc6dc0b976776b94ba92a7be6d69ac3fe605eff2a (patch)
treeb10d4b9839762249f6e2a1759678dfe3e4255919
parent6a2ce81fc6dbf39ccb9ee973b7b61f9e10406918 (diff)
downloadpoky-c6dc0b976776b94ba92a7be6d69ac3fe605eff2a.tar.gz
bitbake: Update version to 1.17.0
(Bitbake rev: cc7fdbdc607df530f5539b162831bf9998eb48d8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xbitbake/bin/bitbake2
-rw-r--r--bitbake/lib/bb/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 70099e4292..324ee4fa53 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -40,7 +40,7 @@ from bb import cooker
40from bb import ui 40from bb import ui
41from bb import server 41from bb import server
42 42
43__version__ = "1.16.0" 43__version__ = "1.17.0"
44logger = logging.getLogger("BitBake") 44logger = logging.getLogger("BitBake")
45 45
46# Unbuffer stdout to avoid log truncation in the event 46# Unbuffer stdout to avoid log truncation in the event
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py
index c7da64d453..660fd5bf5a 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.16.0" 24__version__ = "1.17.0"
25 25
26import sys 26import sys
27if sys.version_info < (2, 6, 0): 27if sys.version_info < (2, 6, 0):