mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
bitbake: bitbake: providers: remove unneeded logging call
The logging line for when no eligible providers are found only adds unnecessary noise and is not required. As the stack unwinds better logging occurs which satisfactorily describes the no eligible providers error condition. (Bitbake rev: 933c9df919f7947f515d843199cce2621cf8195f) Signed-off-by: Charlie Davies <charles.davies@whitetree.xyz> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
eec6406607
commit
04bb096170
@@ -249,7 +249,6 @@ def _filterProviders(providers, item, cfgData, dataCache):
|
||||
eligible.append(preferred_versions[pn][1])
|
||||
|
||||
if not eligible:
|
||||
logger.error("no eligible providers for %s", item)
|
||||
return eligible
|
||||
|
||||
# If pn == item, give it a slight default preference
|
||||
|
||||
Reference in New Issue
Block a user