bitbake: Sync with upstream after 2.8.12 release

This commit is contained in:
Richard Purdie
2009-01-02 17:27:25 +00:00
parent 8fa334d02a
commit bb80287762
4 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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__ = [