diff options
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/fetch2/local.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/local.py b/bitbake/lib/bb/fetch2/local.py index 2d921f7e55..7245651971 100644 --- a/bitbake/lib/bb/fetch2/local.py +++ b/bitbake/lib/bb/fetch2/local.py | |||
@@ -126,3 +126,8 @@ class Local(FetchMethod): | |||
126 | def clean(self, urldata, d): | 126 | def clean(self, urldata, d): |
127 | return | 127 | return |
128 | 128 | ||
129 | def try_premirror(self, urldata, d): | ||
130 | """ | ||
131 | Should premirrors be used? | ||
132 | """ | ||
133 | return False | ||