[yocto] unable to create softlink for precompilied libraries

chandrasekhar c chandrasekhar at evolute-sys.com
Thu Apr 6 02:16:50 PDT 2017


Hi,I have added this FILES_${PN} += " ${libdir}/libMSOComm.so " line in my recipe still the issue is presentThanks ChandraFrom: chandrasekhar c <chandrasekhar at evolute-sys.com>Sent: Thu, 6 Apr 2017 14:39:04 GMT+0530To: "Fabien Lahoudere " <fabien.lahoudere at collabora.co.uk>Cc: "yocto at yoctoproject.org" <yocto at yoctoproject.org>Subject: Re: [yocto] unable to create softlink for precompilied librariesHi ,No, I will do the changes and let you know the result.Regards,ChandrasekharFrom: Fabien Lahoudere <fabien.lahoudere at collabora.co.uk>Sent: Thu, 6 Apr 2017 14:10:30 GMT+0530To: yocto at yoctoproject.orgSubject: Re: [yocto] unable to create softlink for precompilied librariesOn Thu, 2017-04-06 at 08:08 +0000, chandrasekhar c wrote:> Hi,  > I have a third party precompilied libraries. I erota a recipe to copy to rootfs and create   soft> links for the same. After doing bitbake it didnt throw any errors, but when I check th rootfs it> didn't create any link file.> Below is my recipe>  > do_install_append() {>                   install -d ${D}${libdir}/>                 install -m 0777 ${S}/libMSO.so.1.2 ${D}${libdir}/libMSO.so.1.2>                 ln -sf libMSO.so.1.2 ${D}${libdir}/libMSO.so>                 install -m 0777 ${S}/libMSOComm.so.1.2 ${D}${libdir}/libMSOComm.so.1.2 //This is success>                 ln -sf libMSOComm.so.1.2 ${D}${libdir}/libMSOComm.so.1 //This is success>                 ln -sf libMSOComm.so.1  ${D}${libdir}/libMSOComm.so //This is not happening> }> Can any one tell me a solution for this.Did you ship it with FILES_${PN} += " ${libdir}/libMSOComm.so " ?>  > Thanks and Regards,> Chandrasekhar--_______________________________________________yocto mailing listyocto at yoctoproject.orghttps://lists.yoctoproject.org/listinfo/yocto --_______________________________________________yocto mailing listyocto at yoctoproject.orghttps://lists.yoctoproject.org/listinfo/yocto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170406/65d8cf77/attachment.html>


More information about the yocto mailing list