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
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
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
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.