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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb/fetch2/wget.py
index 9a49e64a00..349891e852 100644
--- a/bitbake/lib/bb/fetch2/wget.py
+++ b/bitbake/lib/bb/fetch2/wget.py
@@ -69,7 +69,7 @@ class Wget(FetchMethod):
69 """ 69 """
70 Check to see if a given url can be fetched with wget. 70 Check to see if a given url can be fetched with wget.
71 """ 71 """
72 return ud.type in ['http', 'https', 'ftp'] 72 return ud.type in ['http', 'https', 'ftp', 'ftps']
73 73
74 def recommends_checksum(self, urldata): 74 def recommends_checksum(self, urldata):
75 return True 75 return True