mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
bitbake: fetch2: Add fetch parameter to checkstatus
In order to pass connection cache object to checkstatus function add fetch parameter. (Bitbake rev: fbb9c6f5538084e125b58118a86968908e6f895b) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bf6c21c38b
commit
f9ea480e6c
@@ -423,7 +423,7 @@ class Git(FetchMethod):
|
||||
else:
|
||||
return True, str(rev)
|
||||
|
||||
def checkstatus(self, ud, d):
|
||||
def checkstatus(self, fetch, ud, d):
|
||||
try:
|
||||
self._lsremote(ud, d, "")
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user