bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fix

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3761 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-02-11 20:33:43 +00:00
parent e6a50a8a3f
commit 6ac3680a2d
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
Changes in BitBake 1.8.x:
- Fix exit code for build failures in --continue mode
- Fix git branch tags fetching
Changes in BitBake 1.8.10:
- Psyco is available only for x86 - do not use it on other architectures.
- Fix a bug in bb.decodeurl where http://some.where.com/somefile.tgz decoded to host="" (#1530)