bitbake/fetchers: Sync with upstream bitbake

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3191 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-17 22:20:55 +00:00
parent dd45ce7f88
commit 688eca78c0
4 changed files with 16 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ class Perforce(Fetch):
return ud.type in ['p4']
def doparse(url,d):
parm=[]
parm = {}
path = url.split("://")[1]
delim = path.find("@");
if delim != -1: