mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
bitbake: bitbake: Update post 1.20 to development version
(Bitbake rev: 03d051b6da52ec4ee26f97aa9038622f8d87e55d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ from bb import ui
|
|||||||
from bb import server
|
from bb import server
|
||||||
from bb import cookerdata
|
from bb import cookerdata
|
||||||
|
|
||||||
__version__ = "1.20.0"
|
__version__ = "1.21.0"
|
||||||
logger = logging.getLogger("BitBake")
|
logger = logging.getLogger("BitBake")
|
||||||
|
|
||||||
# Python multiprocessing requires /dev/shm
|
# Python multiprocessing requires /dev/shm
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
__version__ = "1.20.0"
|
__version__ = "1.21.0"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
if sys.version_info < (2, 7, 3):
|
if sys.version_info < (2, 7, 3):
|
||||||
|
|||||||
Reference in New Issue
Block a user