mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@371 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -23,7 +23,7 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
|
||||
Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
"""
|
||||
|
||||
__version__ = "1.3.3.4"
|
||||
__version__ = "1.4.3"
|
||||
|
||||
__all__ = [
|
||||
|
||||
@@ -60,7 +60,9 @@ __all__ = [
|
||||
"event",
|
||||
"build",
|
||||
"fetch",
|
||||
"manifest"
|
||||
"manifest",
|
||||
"methodpool",
|
||||
"cache",
|
||||
]
|
||||
|
||||
whitespace = '\t\n\x0b\x0c\r '
|
||||
|
||||
Reference in New Issue
Block a user