1
0
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:
Aníbal Limón
2015-06-30 09:39:11 -05:00
committed by Richard Purdie
parent bf6c21c38b
commit f9ea480e6c
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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