summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-04 14:00:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-05 23:10:07 +0100
commit3cb36a5ed9c645bdff083f88baff0225536e0472 (patch)
tree3cef3f9f6ff3bb2e0c352320ce410cf0a020d3b2 /bitbake
parent75e32007effd06af5f902295de4f4b875267d26f (diff)
downloadpoky-3cb36a5ed9c645bdff083f88baff0225536e0472.tar.gz
Update version to 1.15.2 (correspdoning to Yocto 1.2 release)
(Bitbake rev: 270a05b0b4ba0959fe0624d2a4885d7b70426da5) 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 a90f6c6fd1..420e69d0c9 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.1" 43__version__ = "1.15.2"
44logger = logging.getLogger("BitBake") 44logger = logging.getLogger("BitBake")
45 45
46 46
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py
index 8d579c7940..0b3c4bf596 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.1" 24__version__ = "1.15.2"
25 25
26import sys 26import sys
27if sys.version_info < (2, 6, 0): 27if sys.version_info < (2, 6, 0):