1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +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
@@ -112,7 +112,7 @@ class Local(FetchMethod):
return True
def checkstatus(self, urldata, d):
def checkstatus(self, fetch, urldata, d):
"""
Check the status of the url
"""