diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-17 22:20:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-17 22:20:55 +0000 |
commit | 688eca78c088dc45957dde6cc74204f5ac83e5ca (patch) | |
tree | a6e3d6e1f0ef13e4702f2ed577a6d41c5dcd5095 /bitbake/lib/bb/fetch/perforce.py | |
parent | dd45ce7f888f6d05b15367275b5314860c263cdf (diff) | |
download | poky-688eca78c088dc45957dde6cc74204f5ac83e5ca.tar.gz |
bitbake/fetchers: Sync with upstream bitbake
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3191 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/fetch/perforce.py')
-rw-r--r-- | bitbake/lib/bb/fetch/perforce.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/perforce.py b/bitbake/lib/bb/fetch/perforce.py index 97b618228b..b594d2bde2 100644 --- a/bitbake/lib/bb/fetch/perforce.py +++ b/bitbake/lib/bb/fetch/perforce.py | |||
@@ -37,7 +37,7 @@ class Perforce(Fetch): | |||
37 | return ud.type in ['p4'] | 37 | return ud.type in ['p4'] |
38 | 38 | ||
39 | def doparse(url,d): | 39 | def doparse(url,d): |
40 | parm=[] | 40 | parm = {} |
41 | path = url.split("://")[1] | 41 | path = url.split("://")[1] |
42 | delim = path.find("@"); | 42 | delim = path.find("@"); |
43 | if delim != -1: | 43 | if delim != -1: |