summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/wget.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/wget.py')
-rw-r--r--bitbake/lib/bb/fetch2/wget.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb/fetch2/wget.py
index a281bdcb4f..8d623721a9 100644
--- a/bitbake/lib/bb/fetch2/wget.py
+++ b/bitbake/lib/bb/fetch2/wget.py
@@ -45,9 +45,6 @@ class Wget(Fetch):
45 ud.basename = os.path.basename(ud.path) 45 ud.basename = os.path.basename(ud.path)
46 ud.localfile = data.expand(urllib.unquote(ud.basename), d) 46 ud.localfile = data.expand(urllib.unquote(ud.basename), d)
47 47
48 def localpath(self, url, ud, d):
49 return os.path.join(data.getVar("DL_DIR", d, True), ud.localfile)
50
51 def download(self, uri, ud, d, checkonly = False): 48 def download(self, uri, ud, d, checkonly = False):
52 """Fetch urls""" 49 """Fetch urls"""
53 50