[yocto] Trying to add new recipe - getting QA error I don't understand

Khem Raj raj.khem at gmail.com
Wed Jul 31 15:58:12 PDT 2013


On Jul 31, 2013, at 3:39 PM, Brad Litterell <bradl at taser.com> wrote:

>     └── lib
>         ├── libuci.a
>         └── libuci.so
> 
> So, I added this:
> 
> FILES_${PN} +="/usr/lib/*"

Try something like

FILES_${PN} =+ "${libdir}/libuci.so"


> 
> However that doesn't remove the message.  Did I do it right?
> 


usually .so are symlinks which then go into -dev packages via the default package sieve engine
but I am thinking if we find out that file is not a symlink but a normal shared object then probably
we could stop shoving it into -dev package and instead put it into ${PN}

may be you should file an enhancement bug for it in Yocto bugzilla

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130731/4c169e9b/attachment.html>


More information about the yocto mailing list