diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-08 23:53:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-08 23:53:01 +0000 |
commit | f5665d5bfcfb13d01da9e4c7d5046453e80f7baf (patch) | |
tree | b8908549afaf3006bf3763419711090ac999c2a4 /bitbake/MANIFEST | |
parent | aec95de5f7dca2afa3a4a0bdb0d4d553c13f680d (diff) | |
download | ast2050-yocto-poky-f5665d5bfcfb13d01da9e4c7d5046453e80f7baf.zip ast2050-yocto-poky-f5665d5bfcfb13d01da9e4c7d5046453e80f7baf.tar.gz |
bitbake: Sync with upstream.
* File licence headers were sanitised causing most of the diff.
* cooker.py was created from bin/bitbake.
* cvs fetcher port option was added
* The -f force option was fixed to work correctly
* Multiple entries in rrecrdeps are now handled correctly
(allows adding do_deploy to image depends)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1129 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/MANIFEST')
-rw-r--r-- | bitbake/MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/MANIFEST b/bitbake/MANIFEST index f088792..0440a4e 100644 --- a/bitbake/MANIFEST +++ b/bitbake/MANIFEST @@ -9,6 +9,7 @@ lib/bb/COW.py lib/bb/__init__.py lib/bb/build.py lib/bb/cache.py +lib/bb/cooker.py lib/bb/data.py lib/bb/data_smart.py lib/bb/event.py |