1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

bitbake: bin/bitbake: Update to version 1.24.0

(Bitbake rev: 637ce8df2658e4905fab8a0600a45505596bf472)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2014-09-23 21:45:49 +01:00
parent 9a3781d8ef
commit c84b0c0b73
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ from bb import ui
from bb import server
from bb import cookerdata
__version__ = "1.23.2"
__version__ = "1.24.0"
logger = logging.getLogger("BitBake")
# Python multiprocessing requires /dev/shm
+1 -1
View File
@@ -21,7 +21,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
__version__ = "1.23.2"
__version__ = "1.24.0"
import sys
if sys.version_info < (2, 7, 3):