On 10 October 2017 at 17:34, Greg Wilson-Lindberg <gwil...@sakuraus.com>
wrote:

> So to continue, what is the problem with symlinked libraries in a non-dev
> package, don't most libraries have syslink's to them?
>

Typically:

libfoo.so -> libfoo.so.1
libfoo.so.1 -> libfoo.so.1.2
libfoo.so.1.2 is a real file

In this case libfoo.so is *only* used at link time and should be in
PN-dev.  The other links and the real library are for runtime and should be
in PN.

This warning is saying that you have libzint.so in zint instead of
zint-dev.  This implies that you've been changing FILES_${PN} and it's too
broad now.

Ross
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to