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 | 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 f088792aa4..0440a4e2ea 100644 --- a/bitbake/MANIFEST +++ b/bitbake/MANIFEST | |||
@@ -9,6 +9,7 @@ lib/bb/COW.py | |||
9 | lib/bb/__init__.py | 9 | lib/bb/__init__.py |
10 | lib/bb/build.py | 10 | lib/bb/build.py |
11 | lib/bb/cache.py | 11 | lib/bb/cache.py |
12 | lib/bb/cooker.py | ||
12 | lib/bb/data.py | 13 | lib/bb/data.py |
13 | lib/bb/data_smart.py | 14 | lib/bb/data_smart.py |
14 | lib/bb/event.py | 15 | lib/bb/event.py |