Hi all,

I'm working on upgrading different yocto BSPs to scarthgap, I'm having an
error that I haven't seen. It's the one described here on stack overflow by
someone else:

https://stackoverflow.com/questions/64984897/yocto-package-requires-shared-library-but-no-providers-found-in-rdepends

I have a very simple C library package that provides a shared library.

My package is looking very close to:
meta-openembedded/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
<https://github.com/openembedded/meta-openembedded/blob/master/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb>

I don't really understand why we need to add the lib7z.so()(64bit)? Is
there a "proper" way of avoiding that as it's not so common in other libs?

I'm also not comfortable adding :
INSANE_SKIP:${PN} += "dev-so"

If any, can you point me to a simple library build that doesn't require the
(64bit) that I don't really understand nor the INSANE_SKIP ? To sum up my
need is to have a simple recipe for a shared library.

Best regards,

Yann CARDAILLAC
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63669): https://lists.yoctoproject.org/g/yocto/message/63669
Mute This Topic: https://lists.yoctoproject.org/mt/107766049/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to