summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/fetch/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py
index d181eea71b..5616c79ab0 100644
--- a/bitbake/lib/bb/fetch/__init__.py
+++ b/bitbake/lib/bb/fetch/__init__.py
@@ -524,7 +524,7 @@ class FetchData(object):
524 # if user sets localpath for file, use it instead. 524 # if user sets localpath for file, use it instead.
525 self.localpath = self.parm["localpath"] 525 self.localpath = self.parm["localpath"]
526 else: 526 else:
527 premirrors = bb.data.getVar('PREMIRRORS', d) 527 premirrors = bb.data.getVar('PREMIRRORS', d, True)
528 local = "" 528 local = ""
529 if premirrors and self.url: 529 if premirrors and self.url:
530 aurl = self.url.split(";")[0] 530 aurl = self.url.split(";")[0]