All of lore.kernel.org
 help / color / mirror / Atom feed
* unable to create softlink for precompilied libraries
@ 2017-04-06  8:08 chandrasekhar c
  2017-04-06  8:37 ` Fabien Lahoudere
  0 siblings, 1 reply; 7+ messages in thread
From: chandrasekhar c @ 2017-04-06  8:08 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1014 bytes --]

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. 
Thanks and Regards,Chandrasekhar

[-- Attachment #2: Type: text/html, Size: 1865 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-07 11:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-06  8:08 unable to create softlink for precompilied libraries chandrasekhar c
2017-04-06  8:37 ` Fabien Lahoudere
2017-04-06  9:01   ` chandrasekhar c
2017-04-06  9:16     ` chandrasekhar c
2017-04-06  9:51       ` Fabien Lahoudere
2017-04-06 13:47       ` Khem Raj
2017-04-07 11:34         ` Chandrasekhar S

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.