diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 10:11:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 10:11:32 +0000 |
commit | 62dc8f47b3c17cf0b1a5d4bf4f0173d5d4fb4c1a (patch) | |
tree | 947a632b694a9a6d561f0df0a768a622e1364570 /bitbake/MANIFEST | |
parent | 9a262964c8b5c5a21a68d9b66ab9259b3737999f (diff) | |
download | poky-62dc8f47b3c17cf0b1a5d4bf4f0173d5d4fb4c1a.tar.gz |
Update bitbake to latest bitbake svn
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@262 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/MANIFEST')
-rw-r--r-- | bitbake/MANIFEST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bitbake/MANIFEST b/bitbake/MANIFEST index 71e3605a47..cf0aac99d9 100644 --- a/bitbake/MANIFEST +++ b/bitbake/MANIFEST | |||
@@ -9,7 +9,13 @@ lib/bb/build.py | |||
9 | lib/bb/data.py | 9 | lib/bb/data.py |
10 | lib/bb/data_smart.py | 10 | lib/bb/data_smart.py |
11 | lib/bb/event.py | 11 | lib/bb/event.py |
12 | lib/bb/fetch.py | 12 | lib/bb/fetch/bk.py |
13 | lib/bb/fetch/cvs.py | ||
14 | lib/bb/fetch/git.py | ||
15 | lib/bb/fetch/__init__.py | ||
16 | lib/bb/fetch/local.py | ||
17 | lib/bb/fetch/svn.py | ||
18 | lib/bb/fetch/wget.py | ||
13 | lib/bb/manifest.py | 19 | lib/bb/manifest.py |
14 | lib/bb/parse/__init__.py | 20 | lib/bb/parse/__init__.py |
15 | lib/bb/parse/parse_py/BBHandler.py | 21 | lib/bb/parse/parse_py/BBHandler.py |