Hello Khem Raj,

On Wed, 2012-02-15 at 07:28 -0800, Khem Raj wrote:
> the .a files are going into -static package and I guess
> there is .so and not .so.X which means .so goes into
> -dev package and hence your libharu package is empty
> so you have to redirect the files into correct package
> with the help of FILES_${PN} = "libharu.so ...." etc. 

You were right. Thanks for the tip.

Adding FILES_${PN} = "${libdir}/lib*.so" made bitbake to create an
non-empty libharu package thereby fixing the problem.

Regards
Joshua
-- 
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to