diff options
| author | Chris Larson <kergoth@openedhand.com> | 2006-07-21 08:29:03 +0000 |
|---|---|---|
| committer | Chris Larson <kergoth@openedhand.com> | 2006-07-21 08:29:03 +0000 |
| commit | 1b95f50498de4081fc18ba588f0073b344bb3c73 (patch) | |
| tree | 3299d937f2948e879126c9976bd1ce608b218ca0 | |
| parent | 29427c4df3ad615f195fbd5832019a6b004373d4 (diff) | |
| download | poky-1b95f50498de4081fc18ba588f0073b344bb3c73.tar.gz | |
Bitbake: add the ssh fetcher to the MANIFEST.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@525 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | bitbake/MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/MANIFEST b/bitbake/MANIFEST index 5823cd0707..144c74c0fe 100644 --- a/bitbake/MANIFEST +++ b/bitbake/MANIFEST | |||
| @@ -19,6 +19,7 @@ lib/bb/fetch/local.py | |||
| 19 | lib/bb/fetch/svk.py | 19 | lib/bb/fetch/svk.py |
| 20 | lib/bb/fetch/svn.py | 20 | lib/bb/fetch/svn.py |
| 21 | lib/bb/fetch/wget.py | 21 | lib/bb/fetch/wget.py |
| 22 | lib/bb/fetch/ssh.py | ||
| 22 | lib/bb/manifest.py | 23 | lib/bb/manifest.py |
| 23 | lib/bb/methodpool.py | 24 | lib/bb/methodpool.py |
| 24 | lib/bb/parse/__init__.py | 25 | lib/bb/parse/__init__.py |
