aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/providers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bb/providers.py b/lib/bb/providers.py
index df7d2c6b4..f85fa6f2c 100644
--- a/lib/bb/providers.py
+++ b/lib/bb/providers.py
@@ -224,8 +224,6 @@ def _filterProviders(providers, item, cfgData, dataCache):
continue
eligible.remove(fn)
eligible = [fn] + eligible
- # sort eligible according to their DEFAULT_PREFERENCE
- eligible.sort(lambda a, b: dataCache.pkg_dp[b] - dataCache.pkg_dp[a])
return eligible