mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
bitbake: Update to version 1.26.0
(Bitbake rev: 71316d2239a42f9914e64f26fa9141dfe3232354) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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.25.0"
|
__version__ = "1.26.0"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
if sys.version_info < (2, 7, 3):
|
if sys.version_info < (2, 7, 3):
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ from bb import ui
|
|||||||
from bb import server
|
from bb import server
|
||||||
from bb import cookerdata
|
from bb import cookerdata
|
||||||
|
|
||||||
__version__ = "1.25.0"
|
__version__ = "1.26.0"
|
||||||
logger = logging.getLogger("BitBake")
|
logger = logging.getLogger("BitBake")
|
||||||
|
|
||||||
class BBMainException(bb.BBHandledException):
|
class BBMainException(bb.BBHandledException):
|
||||||
|
|||||||
Reference in New Issue
Block a user