[yocto] Package with both daemon and shared object

Vuille, Martin (Martin) vmartin at avaya.com
Fri Oct 16 11:57:43 PDT 2015


> From: Khem Raj [mailto:raj.khem at gmail.com] 
> Sent: October 14, 2015 1:25 PM
> 
> 
> > On Oct 14, 2015, at 9:25 AM, Vuille, Martin (Martin) <vmartin at avaya.com> wrote:
> > 
> > Hi,
> >  
> > I am having a bit of trouble understanding something about
> > packaging.
> >  
> > I have a custom recipe to build a package that contains both
> > a daemon executable and a shared object interface library
> > for the daemon.
> >  
> > But the .so is only packaged in ${PN}-dev, not ${PN}, so
> > it doesn’t end up on the target.
> 
> yes thats default and if the .so was built using proper .so versioning scheme.
> .so is a symlink to .so.X.Y.Z

Thanks! I knew about this at some point but it completely slipped my mind.

Problem fixed now
MV


More information about the yocto mailing list