[yocto] CommonAPI *.so bindings

Burton, Ross ross.burton at intel.com
Wed Nov 30 08:10:09 PST 2016


On 30 November 2016 at 15:32, Suchy, Pawel <pawel.suchy at delphi.com> wrote:

> Questions:
> 1. How to solve best this?
>
> 2. Is it a good Yocto practice to not allow to have symbolic links in
> none-dev images?
>
> 3. Is there a way to have symbolic links to libs in */usr/lib *directory
> in none-dev images?
>

If the libraries that this piece of code is dlopen()ing are specific to
this framework and generally unversioned then you can just fix the
packaging so that they don't put the .so into the -dev package.

If it's doing dlopen() of general purpose libraries then the TODO at the
top is very relevant and no, it's not a good idea. It should support
versions.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20161130/b8bb97ad/attachment.html>


More information about the yocto mailing list