diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-19 14:48:19 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-19 14:48:19 +0000 |
| commit | 22a271aaa99daeb6b29c42c2c1dc670bf204310e (patch) | |
| tree | d2690b66e7a613820f34ceaecbce65809cbd22a3 /bitbake-dev/lib/bb/fetch/cvs.py | |
| parent | cefe87fc3c4202e942f34666813bc094df2ffb4b (diff) | |
| download | poky-22a271aaa99daeb6b29c42c2c1dc670bf204310e.tar.gz | |
bitbake-dev: Sync with upstream
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake-dev/lib/bb/fetch/cvs.py')
| -rw-r--r-- | bitbake-dev/lib/bb/fetch/cvs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake-dev/lib/bb/fetch/cvs.py b/bitbake-dev/lib/bb/fetch/cvs.py index d8bd4eaf75..90a006500e 100644 --- a/bitbake-dev/lib/bb/fetch/cvs.py +++ b/bitbake-dev/lib/bb/fetch/cvs.py | |||
| @@ -41,7 +41,7 @@ class Cvs(Fetch): | |||
| 41 | """ | 41 | """ |
| 42 | Check to see if a given url can be fetched with cvs. | 42 | Check to see if a given url can be fetched with cvs. |
| 43 | """ | 43 | """ |
| 44 | return ud.type in ['cvs', 'pserver'] | 44 | return ud.type in ['cvs'] |
| 45 | 45 | ||
| 46 | def localpath(self, url, ud, d): | 46 | def localpath(self, url, ud, d): |
| 47 | if not "module" in ud.parm: | 47 | if not "module" in ud.parm: |
