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:
Charlie Davies
2021-02-18 20:52:15 +00:00
committed by Richard Purdie
parent eec6406607
commit 04bb096170

View File

@@ -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