summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index dc074d5340..1fa67020c4 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -1044,6 +1044,7 @@ def trusted_network(d, url):
1044 if not network: 1044 if not network:
1045 return True 1045 return True
1046 1046
1047 network = network.split(':')[0]
1047 network = network.lower() 1048 network = network.lower()
1048 1049
1049 for host in trusted_hosts.split(" "): 1050 for host in trusted_hosts.split(" "):