On Tue, May 14, 2024 at 02:37 AM, Ross Burton wrote:
On 14 May 2024, at 08:55, Altous, Salahaldeen via lists.yoctoproject.org <Salahaldeen.Altous=leica-camera.com@lists.yoctoproject.org> wrote:
Hi All,
I have one yocto recipe which is using libsqlite3, the compile task is OK but I got this error with do_package_qa
/usr/lib/libexample.so.0.2.3 contained in package example requires libsqlite3.so()(64bit), but no providers found in RDEPENDS:example.? [file-rdeps]

I have added this to the example recipe RDEPENDS but still the problem is not solved, any idea?
DEPENDS += " sqlite3"
RDEPENDS_${PN} += " libsqlite3.so()(64bit)”
Does this recipe contain precompiled binaries?
No, I build this example library as shared lib from source
Ross

Regards,

Salah