summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/local.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 18:00:21 +0100
commitf9ea480e6c26fea46c3011c4e9d0e2de3d5c81b4 (patch)
treec71249a10ad945704694fbeea0bf9061e6c885e5 /bitbake/lib/bb/fetch2/local.py
parentbf6c21c38b9d07481dd34f7a0a2c37f800295ccb (diff)
downloadpoky-abb0df163a6998c55e5686148a91ec414c45529c.tar.gz
bitbake: fetch2: Add fetch parameter to checkstatusyocto-1.9_M1
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>
Diffstat (limited to 'bitbake/lib/bb/fetch2/local.py')
-rw-r--r--bitbake/lib/bb/fetch2/local.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/local.py b/bitbake/lib/bb/fetch2/local.py
index 0785236a6b..2d921f7e55 100644
--- a/bitbake/lib/bb/fetch2/local.py
+++ b/bitbake/lib/bb/fetch2/local.py
@@ -112,7 +112,7 @@ class Local(FetchMethod):
112 112
113 return True 113 return True
114 114
115 def checkstatus(self, urldata, d): 115 def checkstatus(self, fetch, urldata, d):
116 """ 116 """
117 Check the status of the url 117 Check the status of the url
118 """ 118 """