Re: [yocto] executable depends on the library that is built in the same recipe

2017-12-12 Thread Rail Shafigulin
On Mon, Dec 11, 2017 at 8:18 PM, Vineeth Karumanchi wrote: > using this might help > > oe_libinstall -so > Can you elaborate more on this? I'm not quite sure what it does. -- Rail Shafigulin Software Engineer Esencia Technologies -- *ESENCIA TECHNOLOGIES, INC.*3945 Freedom Circle, Suite

Re: [yocto] executable depends on the library that is built in the same recipe

2017-12-11 Thread Vineeth Karumanchi
using this might help oe_libinstall -so On 12/12/2017 1:24 AM, Jeremy A. Puhlman wrote: Given it is looking for libMyTool.so and not a versioned library, my guess is that the shared library is not setting a proper soname when being built. All libraries should be built with a soname, and if don

Re: [yocto] executable depends on the library that is built in the same recipe

2017-12-11 Thread Jeremy A. Puhlman
Given it is looking for libMyTool.so and not a versioned library, my guess is that the shared library is not setting a proper soname when being built. All libraries should be built with a soname, and if done correctly should be versioned.  The .so file generally shouldn't be the runtime library

[yocto] executable depends on the library that is built in the same recipe

2017-12-11 Thread Rail Shafigulin
I have a recipe that builds a library and an executable. Executable depends on the library which built int he same recipe. When I run bitbake I get the following error: WARNING: mytool-1.0+gitAUTOINC+3e2b76e330-r0 do_package_qa: QA Issue: /bin/mytool contained in package mytool requires libMyTool.