summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2005-12-18 15:00:07 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2005-12-18 15:00:07 +0000
commit9049457a51b8402c3e514be1afc4a163e09b22a0 (patch)
tree7633e6143f0a6386c6164b0be229c8367bc44f6b /MANIFEST
parentc89c6131044d120dd783e8bf264d7aa091a4f829 (diff)
downloadbitbake-contrib-9049457a51b8402c3e514be1afc4a163e09b22a0.tar.gz
bitbake/bb/fetch:
Patch courtsey RP for #438. Move the fetchers into a separate module to ease the writing of new fetchers and to separate the individual implementations. bitbake/MANIFEST: added the new files bitbake/setup.py: added the fetch module
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST8
1 files changed, 7 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 71e3605a4..cf0aac99d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -9,7 +9,13 @@ lib/bb/build.py
lib/bb/data.py
lib/bb/data_smart.py
lib/bb/event.py
-lib/bb/fetch.py
+lib/bb/fetch/bk.py
+lib/bb/fetch/cvs.py
+lib/bb/fetch/git.py
+lib/bb/fetch/__init__.py
+lib/bb/fetch/local.py
+lib/bb/fetch/svn.py
+lib/bb/fetch/wget.py
lib/bb/manifest.py
lib/bb/parse/__init__.py
lib/bb/parse/parse_py/BBHandler.py