[yocto] How can I check "shared-library-to-package mapping"

Khem Raj raj.khem at gmail.com
Wed Mar 14 19:37:25 PDT 2018


On Wed, Mar 14, 2018 at 8:50 AM ikjn <tiffang at gmail.com> wrote:

> Hi.
>
> My recipe 'A' installs pre-built shared libraries, but I get file_rdeps
> error on
> 'B' recipe's package_qa task, which has runtime dependency on A's so files.
>

Yes however it depends on SONAME being added to the shared objects when
they are linked otherwise shlibs code is not able to auto detect the
dependency

>
> I believed that bitbake automatically creates RDEPENDS_B += "A" regarding
> "shared-library-to-package mapping" [1] . so I didn't declare RDEPENDS on B
> recipe.
>
> Can anybody describe the detailed process of "so/package mapping"?
> Should I look into insane.bbclass?
>
> Thanks.
>
> [1]
> https://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#automatically-added-runtime-dependencies
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20180315/4204fb90/attachment.html>


More information about the yocto mailing list