diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:58:46 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:59:12 +0100 |
| commit | f41922d0c787a73b4b84de783d0720d13ededec4 (patch) | |
| tree | e64290f758f066b7f586ae6a49a9cfbd1fa99993 | |
| parent | 5c63fc7a67ec8844768bbcf1a1accb205865333d (diff) | |
| download | poky-f41922d0c787a73b4b84de783d0720d13ededec4.tar.gz | |
bitbake: bitbake: Update post 1.20 to development version
(Bitbake rev: 03d051b6da52ec4ee26f97aa9038622f8d87e55d)
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 88893f8de6..50971a8d8f 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.20.0" | 44 | __version__ = "1.21.0" |
| 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 f4907bbd72..2480d168de 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.20.0" | 24 | __version__ = "1.21.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): |
