mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 15:20:59 +00:00
bitbake: providers.py: Fix typo
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
3abe7a0624
commit
8a02043265
@ -198,7 +198,7 @@ def _filterProviders(providers, item, cfgData, dataCache):
|
||||
if preferred_versions[pn][1]:
|
||||
eligible.append(preferred_versions[pn][1])
|
||||
|
||||
# Now add latest verisons
|
||||
# Now add latest versions
|
||||
for pn in sortpkg_pn:
|
||||
if pn in preferred_versions and preferred_versions[pn][1]:
|
||||
continue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user