diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-11-16 15:02:15 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-11-16 15:02:15 +0000 |
| commit | 306b7c7a9757ead077363074e7bbac2e5c03e7c5 (patch) | |
| tree | 6935017a9af749c46816881c86258f514384ba1c /bitbake/MANIFEST | |
| parent | 65930a38e415ae4a0182e1cea1be838e0ada50ee (diff) | |
| download | poky-306b7c7a9757ead077363074e7bbac2e5c03e7c5.tar.gz | |
bitbake: Upgrade from 1.4 -> 1.7.4ish
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@863 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/MANIFEST')
| -rw-r--r-- | bitbake/MANIFEST | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/bitbake/MANIFEST b/bitbake/MANIFEST index 144c74c0fe..f088792aa4 100644 --- a/bitbake/MANIFEST +++ b/bitbake/MANIFEST | |||
| @@ -5,29 +5,34 @@ setup.py | |||
| 5 | bin/bitdoc | 5 | bin/bitdoc |
| 6 | bin/bbimage | 6 | bin/bbimage |
| 7 | bin/bitbake | 7 | bin/bitbake |
| 8 | lib/bb/COW.py | ||
| 8 | lib/bb/__init__.py | 9 | lib/bb/__init__.py |
| 9 | lib/bb/build.py | 10 | lib/bb/build.py |
| 10 | lib/bb/cache.py | 11 | lib/bb/cache.py |
| 11 | lib/bb/data.py | 12 | lib/bb/data.py |
| 12 | lib/bb/data_smart.py | 13 | lib/bb/data_smart.py |
| 13 | lib/bb/event.py | 14 | lib/bb/event.py |
| 14 | lib/bb/fetch/bk.py | 15 | lib/bb/manifest.py |
| 16 | lib/bb/methodpool.py | ||
| 17 | lib/bb/msg.py | ||
| 18 | lib/bb/providers.py | ||
| 19 | lib/bb/runqueue.py | ||
| 20 | lib/bb/shell.py | ||
| 21 | lib/bb/taskdata.py | ||
| 22 | lib/bb/utils.py | ||
| 15 | lib/bb/fetch/cvs.py | 23 | lib/bb/fetch/cvs.py |
| 16 | lib/bb/fetch/git.py | 24 | lib/bb/fetch/git.py |
| 17 | lib/bb/fetch/__init__.py | 25 | lib/bb/fetch/__init__.py |
| 18 | lib/bb/fetch/local.py | 26 | lib/bb/fetch/local.py |
| 27 | lib/bb/fetch/perforce.py | ||
| 28 | lib/bb/fetch/ssh.py | ||
| 19 | lib/bb/fetch/svk.py | 29 | lib/bb/fetch/svk.py |
| 20 | lib/bb/fetch/svn.py | 30 | lib/bb/fetch/svn.py |
| 21 | lib/bb/fetch/wget.py | 31 | lib/bb/fetch/wget.py |
| 22 | lib/bb/fetch/ssh.py | ||
| 23 | lib/bb/manifest.py | ||
| 24 | lib/bb/methodpool.py | ||
| 25 | lib/bb/parse/__init__.py | 32 | lib/bb/parse/__init__.py |
| 26 | lib/bb/parse/parse_py/BBHandler.py | 33 | lib/bb/parse/parse_py/BBHandler.py |
| 27 | lib/bb/parse/parse_py/ConfHandler.py | 34 | lib/bb/parse/parse_py/ConfHandler.py |
| 28 | lib/bb/parse/parse_py/__init__.py | 35 | lib/bb/parse/parse_py/__init__.py |
| 29 | lib/bb/shell.py | ||
| 30 | lib/bb/utils.py | ||
| 31 | doc/COPYING.GPL | 36 | doc/COPYING.GPL |
| 32 | doc/COPYING.MIT | 37 | doc/COPYING.MIT |
| 33 | doc/manual/html.css | 38 | doc/manual/html.css |
