mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 10:03:23 +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:
parent
3341e47b52
commit
04b8511614
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user