summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 11:27:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 11:40:56 +0100
commit6494c05e8097569416ebe368c5de5778ce7a7118 (patch)
treee0a04844fd2db53fdf62ef92357455638c5ae25b /bitbake
parent876ef4918ff6d0289c82b47b5352c3f1f10f599c (diff)
downloadpoky-6494c05e8097569416ebe368c5de5778ce7a7118.tar.gz
bitbake: Update version to 1.16.0
(Bitbake rev: a579754a04bdcf450e6957dde614a15c11df39e2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-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 37c10451dc..cb5d84adbe 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.15.3" 43__version__ = "1.16.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 21bb584c2b..c7da64d453 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.15.3" 24__version__ = "1.16.0"
25 25
26import sys 26import sys
27if sys.version_info < (2, 6, 0): 27if sys.version_info < (2, 6, 0):