mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
Merge changes from Poky bitbake 1.8
Update bitbake-dev to have extra fixes from Poky's internal (1.8) version of bitbake. Should be able to use bitbake-dev with Poky now. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5340 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -39,7 +39,7 @@ except ImportError:
|
||||
import pickle
|
||||
bb.msg.note(1, bb.msg.domain.Cache, "Importing cPickle failed. Falling back to a very slow implementation.")
|
||||
|
||||
__cache_version__ = "128"
|
||||
__cache_version__ = "129"
|
||||
|
||||
class Cache:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user