Re: [yocto] How can I check "shared-library-to-package mapping"

2018-03-19 Thread ikjn
On Thu, Mar 15, 2018 at 11:37 AM, Khem Raj wrote: > > On Wed, Mar 14, 2018 at 8:50 AM ikjn wrote: > >> Hi. >> >> My recipe 'A' installs pre-built shared libraries, but I get file_rdeps >> error on >> 'B' recipe's package_qa task, which has runtime dependency on A's so >> files. >> > > Yes howeve

Re: [yocto] How can I check "shared-library-to-package mapping"

2018-03-16 Thread Khem Raj
On Fri, Mar 16, 2018 at 11:05 AM, ikjn wrote: > > On Thu, Mar 15, 2018 at 11:37 AM, Khem Raj wrote: >> >> >> On Wed, Mar 14, 2018 at 8:50 AM ikjn wrote: >>> >>> Hi. >>> >>> My recipe 'A' installs pre-built shared libraries, but I get file_rdeps >>> error on >>> 'B' recipe's package_qa task, whic

Re: [yocto] How can I check "shared-library-to-package mapping"

2018-03-14 Thread Khem Raj
On Wed, Mar 14, 2018 at 8:50 AM ikjn wrote: > Hi. > > My recipe 'A' installs pre-built shared libraries, but I get file_rdeps > error on > 'B' recipe's package_qa task, which has runtime dependency on A's so files. > Yes however it depends on SONAME being added to the shared objects when they ar

Re: [yocto] How can I check "shared-library-to-package mapping"

2018-03-14 Thread Burton, Ross
Did you add a DEPENDS to A in B? Ross On 13 March 2018 at 16:28, ikjn wrote: > Hi. > > My recipe 'A' installs pre-built shared libraries, but I get file_rdeps > error on > 'B' recipe's package_qa task, which has runtime dependency on A's so files. > > I believed that bitbake automatically creat

[yocto] How can I check "shared-library-to-package mapping"

2018-03-14 Thread ikjn
Hi. My recipe 'A' installs pre-built shared libraries, but I get file_rdeps error on 'B' recipe's package_qa task, which has runtime dependency on A's so files. I believed that bitbake automatically creates RDEPENDS_B += "A" regarding "shared-library-to-package mapping" [1] . so I didn't declare