mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
bitbake: Sync with upstream after 2.8.12 release
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
Changes in BitBake 1.8.x:
|
Changes in BitBake 1.8.x:
|
||||||
|
- Add bb.utils.prune_suffix function
|
||||||
|
|
||||||
|
Changes in BitBake 1.8.12:
|
||||||
- Fix -f (force) in conjunction with -b
|
- Fix -f (force) in conjunction with -b
|
||||||
- Fix exit code for build failures in --continue mode
|
- Fix exit code for build failures in --continue mode
|
||||||
- Fix git branch tags fetching
|
- Fix git branch tags fetching
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ lib/bb/fetch/cvs.py
|
|||||||
lib/bb/fetch/git.py
|
lib/bb/fetch/git.py
|
||||||
lib/bb/fetch/hg.py
|
lib/bb/fetch/hg.py
|
||||||
lib/bb/fetch/local.py
|
lib/bb/fetch/local.py
|
||||||
|
lib/bb/fetch/osc.py
|
||||||
lib/bb/fetch/perforce.py
|
lib/bb/fetch/perforce.py
|
||||||
lib/bb/fetch/ssh.py
|
lib/bb/fetch/ssh.py
|
||||||
lib/bb/fetch/svk.py
|
lib/bb/fetch/svk.py
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ sys.path.insert(0,os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'l
|
|||||||
import bb
|
import bb
|
||||||
from bb import cooker
|
from bb import cooker
|
||||||
|
|
||||||
__version__ = "1.8.11"
|
__version__ = "1.8.13"
|
||||||
|
|
||||||
#============================================================================#
|
#============================================================================#
|
||||||
# BBOptions
|
# BBOptions
|
||||||
|
|||||||
@@ -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.8.11"
|
__version__ = "1.8.13"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user