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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user