1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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 -1
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