Hi,

On Wed, Apr 08, 2020 at 01:52:47PM +1200, Ankur Tyagi wrote:
> Hi,
> 
> I am sure this is not being discussed for first time and I tried
> all suggested solution in previous emails but none worked hence I am asking
> again.
> 
> Trying to include a pre-built binary from vendor in my image but getting
> following QA error:
> 
> ERROR: my-recipe-1.0-r0 do_package_qa: QA Issue: /etc/vendor/tool contained
> in package my-recipe requires libstdc++.so.6(CXXABI_1.3), but no providers
> found in RDEPENDS_my-recipe ? [file-rdeps]
> ERROR: my-recipe -1.0-r0 do_package_qa: QA Issue: /etc/vendor/tool
> contained in package my-recipe requires libstdc++.so.6(GLIBCXX_3.4), but no
> providers found in RDEPENDS_my-recipe ? [file-rdeps]
> ERROR: my-recipe -1.0-r0 do_package_qa: QA run found fatal errors. Please
> consider fixing them.
> ERROR: my-recipe -1.0-r0 do_package_qa: Function failed: do_package_qa
> 
> I have tried following in my-recipe_1.0.bb but error still persists
> RDEPENDS_${PN} += "libstdc++6"

This shared library comes from gcc-runtime recipe and libstdc++ binary package
(before name manglings). buildhistory helps with cases like this.

I would write recipes for all binaries and make sure all QA checks are passing
with them. Best way is to get vendors to compile with your SDK.

Cheers,

-Mikko

> 
> How can I fix this?
> 
> thanks
> Ankur

> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#137114): 
https://lists.openembedded.org/g/openembedded-core/message/137114
Mute This Topic: https://lists.openembedded.org/mt/72865821/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to