aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/providers.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-08-23 22:13:49 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-08-23 22:13:49 +0000
commit72980f55b16ddce236e54bdee41a022da0c57e4d (patch)
tree5618640d09783d6a7cda4f5e5e290a221d0c4fd3 /lib/bb/providers.py
parent5eb2972420a5a957b63bdadd4d941321fc355eb9 (diff)
downloadbitbake-72980f55b16ddce236e54bdee41a022da0c57e4d.tar.gz
ptoviders.py: Remove debugging
Diffstat (limited to 'lib/bb/providers.py')
-rw-r--r--lib/bb/providers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/providers.py b/lib/bb/providers.py
index 591bb0cee..784230794 100644
--- a/lib/bb/providers.py
+++ b/lib/bb/providers.py
@@ -210,7 +210,7 @@ def _filterProviders(providers, item, cfgData, dataCache):
pe, pv, pr = dataCache.pkg_pepvpr[p]
stamp = '%s.do_populate_staging' % dataCache.stamp[p]
- if 0 and os.path.exists(stamp):
+ if os.path.exists(stamp):
(newvers, fn) = preferred_versions[pn]
if not fn in eligible:
# package was made ineligible by already-failed check