On 30 November 2016 at 15:32, Suchy, Pawel <[email protected]> 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
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
