From da43a56d3533db37592a1698777af08f51a5800f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 11 Jan 2016 23:30:19 +0000 Subject: bitbake: Revert "fetch2/local.py: avoid using PREMIRROR" This reverts commit e130dca85bac82bd4d88f94a6bf9fe36e8ad4d7c. This is in fact a valid use case, for example the sstate.bbclass code sets up SSTATE_MIRRORS as PREMIRRORS. Its quite common to map those file:// urls to remote http:// urls and with the above change, this no longer works. Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/local.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bitbake/lib/bb/fetch2/local.py') diff --git a/bitbake/lib/bb/fetch2/local.py b/bitbake/lib/bb/fetch2/local.py index 7245651971..2d921f7e55 100644 --- a/bitbake/lib/bb/fetch2/local.py +++ b/bitbake/lib/bb/fetch2/local.py @@ -126,8 +126,3 @@ class Local(FetchMethod): def clean(self, urldata, d): return - def try_premirror(self, urldata, d): - """ - Should premirrors be used? - """ - return False -- cgit v1.2.3-54-g00ecf