bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-09-08 15:14:07 +01:00
parent 3341e47b52
commit 04b8511614
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class Git(Fetch):
return True
return False
def try_premirror(self, d, ud):
def try_premirror(self, u, ud, d):
if os.path.exists(ud.clonedir):
return False