On Jul 31, 2013, at 3:39 PM, Brad Litterell <[email protected]> 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
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto