aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/git.py
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2015-06-30 09:39:11 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-09 17:59:29 +0100
commitfbb9c6f5538084e125b58118a86968908e6f895b (patch)
treee79c3022188e4dcc3c3c2d19e6f1980d82879f95 /lib/bb/fetch2/git.py
parent454da2cd17539ceb9caad6d76f034757e44ee12f (diff)
downloadbitbake-fbb9c6f5538084e125b58118a86968908e6f895b.tar.gz
fetch2: Add fetch parameter to checkstatus
In order to pass connection cache object to checkstatus function add fetch parameter. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/fetch2/git.py')
-rw-r--r--lib/bb/fetch2/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch2/git.py b/lib/bb/fetch2/git.py
index 2e5388221..0abd67924 100644
--- a/lib/bb/fetch2/git.py
+++ b/lib/bb/fetch2/git.py
@@ -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