diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-20 12:23:12 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-20 12:26:06 +0000 |
| commit | 8bbaed40c14c15d17150d4bf2b4cabf826ff2b68 (patch) | |
| tree | 5d1d1c8f8e593c7a440e85a485886c1d3d81df26 | |
| parent | 0b5476a3fab7e951292c18637831a30f22c5d21d (diff) | |
| download | poky-8bbaed40c14c15d17150d4bf2b4cabf826ff2b68.tar.gz | |
bitbake: Update to version 1.21.1 for master
(Bitbake rev: 4cc6e61fe11eb233bdba7c1bdc110b8cdafa56f8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rwxr-xr-x | bitbake/bin/bitbake | 2 | ||||
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 5857b9242c..d27fe849fb 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
| @@ -41,7 +41,7 @@ from bb import ui | |||
| 41 | from bb import server | 41 | from bb import server |
| 42 | from bb import cookerdata | 42 | from bb import cookerdata |
| 43 | 43 | ||
| 44 | __version__ = "1.21.0" | 44 | __version__ = "1.21.1" |
| 45 | logger = logging.getLogger("BitBake") | 45 | logger = logging.getLogger("BitBake") |
| 46 | 46 | ||
| 47 | # Python multiprocessing requires /dev/shm | 47 | # Python multiprocessing requires /dev/shm |
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index c0c7735637..da68d0a67e 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.21.0" | 24 | __version__ = "1.21.1" |
| 25 | 25 | ||
| 26 | import sys | 26 | import sys |
| 27 | if sys.version_info < (2, 7, 3): | 27 | if sys.version_info < (2, 7, 3): |
