diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/wget.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/wget.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb/fetch2/wget.py index 162a6bd3be..abacbcf796 100644 --- a/bitbake/lib/bb/fetch2/wget.py +++ b/bitbake/lib/bb/fetch2/wget.py | |||
| @@ -100,7 +100,7 @@ class Wget(FetchMethod): | |||
| 100 | 100 | ||
| 101 | return True | 101 | return True |
| 102 | 102 | ||
| 103 | def checkstatus(self, ud, d): | 103 | def checkstatus(self, fetch, ud, d): |
| 104 | 104 | ||
| 105 | uri = ud.url.split(";")[0] | 105 | uri = ud.url.split(";")[0] |
| 106 | fetchcmd = self.basecmd + " --spider '%s'" % uri | 106 | fetchcmd = self.basecmd + " --spider '%s'" % uri |
