All of lore.kernel.org
 help / color / mirror / Atom feed
From: "chandrasekhar c" <chandrasekhar@evolute-sys.com>
To: "chandrasekhar c " <chandrasekhar@evolute-sys.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: unable to create softlink for precompilied libraries
Date: 6 Apr 2017 09:16:50 -0000	[thread overview]
Message-ID: <1491469744.S.10166.2428.pro-237-142.1491470210.30755@webmail.rediffmail.com> (raw)
In-Reply-To: <1491468030.S.5129.28462.pro-236-197.1491469277.21186@webmail.rediffmail.com>

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

Hi,I have added this&nbsp;FILES_${PN} += &quot; ${libdir}/libMSOComm.so&nbsp;&quot; line in my recipe still the issue is presentThanks&nbsp;ChandraFrom: chandrasekhar c &lt;chandrasekhar@evolute-sys.com&gt;Sent: Thu, 6 Apr 2017 14:39:04 GMT+0530To: &quot;Fabien Lahoudere &quot; &lt;fabien.lahoudere@collabora.co.uk&gt;Cc: &quot;yocto@yoctoproject.org&quot; &lt;yocto@yoctoproject.org&gt;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 &lt;fabien.lahoudere@collabora.co.uk&gt;Sent: Thu, 6 Apr 2017 14:10:30 GMT+0530To: yocto@yoctoproject.orgSubject: Re: [yocto] unable to create softlink for precompilied librariesOn Thu, 2017-04-06 at 08:08 +0000, chandrasekhar c wrote:&gt; Hi, &nbsp;&gt; I have a third party precompilied libraries. I erota a recipe to copy to rootfs and create &nbsp; soft&gt; links for the same. After doing bitbake it didnt throw any errors, but when I check th rootfs it&gt; didn&#39;t create any link file.&gt; Below is my recipe&gt; &nbsp;&gt; do_install_append() {&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; install -d ${D}${libdir}/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; install -m 0777 ${S}/libMSO.so.1.2 ${D}${libdir}/libMSO.so.1.2&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ln -sf libMSO.so.1.2 ${D}${libdir}/libMSO.so&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; install -m 0777 ${S}/libMSOComm.so.1.2 ${D}${libdir}/libMSOComm.so.1.2 //This is success&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ln -sf libMSOComm.so.1.2 ${D}${libdir}/libMSOComm.so.1 //This is success&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ln -sf libMSOComm.so.1 &nbsp;${D}${libdir}/libMSOComm.so //This is not happening&gt; }&gt; Can any one tell me a solution for this.Did you ship it with FILES_${PN} += &quot; ${libdir}/libMSOComm.so &quot; ?&gt; &nbsp;&gt; Thanks and Regards,&gt; Chandrasekhar--_______________________________________________yocto mailing listyocto@yoctoproject.orghttps://lists.yoctoproject.org/listinfo/yocto --_______________________________________________yocto mailing listyocto@yoctoproject.orghttps://lists.yoctoproject.org/listinfo/yocto

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

  reply	other threads:[~2017-04-06  9:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2017-04-06  9:51       ` Fabien Lahoudere
2017-04-06 13:47       ` Khem Raj
2017-04-07 11:34         ` Chandrasekhar S

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491469744.S.10166.2428.pro-237-142.1491470210.30755@webmail.rediffmail.com \
    --to=chandrasekhar@evolute-sys.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.