Selaa lähdekoodia

bitbake: Sync with upstream after 2.8.12 release

Richard Purdie 16 vuotta sitten
vanhempi
commit
bb80287762
4 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. 3 0
      bitbake/ChangeLog
  2. 1 0
      bitbake/MANIFEST
  3. 1 1
      bitbake/bin/bitbake
  4. 1 1
      bitbake/lib/bb/__init__.py

+ 3 - 0
bitbake/ChangeLog

@@ -1,4 +1,7 @@
 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 exit code for build failures in --continue mode
 	- Fix git branch tags fetching

+ 1 - 0
bitbake/MANIFEST

@@ -20,6 +20,7 @@ lib/bb/fetch/cvs.py
 lib/bb/fetch/git.py
 lib/bb/fetch/hg.py
 lib/bb/fetch/local.py
+lib/bb/fetch/osc.py
 lib/bb/fetch/perforce.py
 lib/bb/fetch/ssh.py
 lib/bb/fetch/svk.py

+ 1 - 1
bitbake/bin/bitbake

@@ -27,7 +27,7 @@ sys.path.insert(0,os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'l
 import bb
 from bb import cooker
 
-__version__ = "1.8.11"
+__version__ = "1.8.13"
 
 #============================================================================#
 # BBOptions

+ 1 - 1
bitbake/lib/bb/__init__.py

@@ -21,7 +21,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-__version__ = "1.8.11"
+__version__ = "1.8.13"
 
 __all__ = [