]> code.ossystems Code Review - openembedded-core.git/commit
Update to bitbake 1.4.2 (latest stable branch release). This includes the caching...
authorRichard Purdie <richard@openedhand.com>
Tue, 9 May 2006 15:44:08 +0000 (15:44 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 9 May 2006 15:44:08 +0000 (15:44 +0000)
commit27dba1e6247ae48349aee1bce141a9eefaafaad1
tree822235005ccbd2707f7874ad680dedc4df36760c
parented234aca98d0867c7b32801fc63820b19cf67df9
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
28 files changed:
bitbake/AUTHORS
bitbake/ChangeLog
bitbake/MANIFEST
bitbake/bin/bitbake
bitbake/bin/bitbakec [deleted file]
bitbake/conf/bitbake.conf
bitbake/lib/bb/__init__.py
bitbake/lib/bb/cache.py [new file with mode: 0644]
bitbake/lib/bb/data.py
bitbake/lib/bb/data_smart.py
bitbake/lib/bb/event.py
bitbake/lib/bb/fetch/__init__.py
bitbake/lib/bb/fetch/git.py
bitbake/lib/bb/methodpool.py [new file with mode: 0644]
bitbake/lib/bb/parse/__init__.py
bitbake/lib/bb/parse/parse_c/BBHandler.py
bitbake/lib/bb/parse/parse_c/Makefile [new file with mode: 0644]
bitbake/lib/bb/parse/parse_c/bitbakec.pyx [new file with mode: 0644]
bitbake/lib/bb/parse/parse_c/bitbakeparser.cc
bitbake/lib/bb/parse/parse_c/bitbakeparser.h
bitbake/lib/bb/parse/parse_c/bitbakeparser.y
bitbake/lib/bb/parse/parse_c/bitbakescanner.cc
bitbake/lib/bb/parse/parse_c/bitbakescanner.l
bitbake/lib/bb/parse/parse_c/lexer.h
bitbake/lib/bb/parse/parse_c/lexerc.h [new file with mode: 0644]
bitbake/lib/bb/parse/parse_c/python_output.h
bitbake/lib/bb/parse/parse_py/BBHandler.py
bitbake/lib/bb/shell.py