[yocto] errors in recipe after move from devtool

Burton, Ross ross.burton at intel.com
Tue Oct 10 11:18:33 PDT 2017


On 10 October 2017 at 17:34, Greg Wilson-Lindberg <GWilson at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20171010/6513ca0d/attachment.html>


More information about the yocto mailing list