Hi Qi,

On Tue, May 14, 2024 at 01:42 AM, Chen Qi wrote:

How about using the following setting?

RDEPENDS:${PN} += “sqlite3”

 

I have added this (RDEPENDS_${PN} += "sqlite3") to the recipe but I see the same error!!

 

 

Regards,

Qi

 

From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> On Behalf Of Alexander Kanavin
Sent: Tuesday, May 14, 2024 4:34 PM
To: Salahaldeen.Altous@leica-camera.com; yocto@lists.yoctoproject.org
Subject: Re: [yocto] requires libsqlite3.so()(64bit), but no providers found in RDEPENDS:xxx? [file-rdeps] #kirkstone #yocto

 

Can you show the complete recipe?

 

Alex

 

On Tue 14. May 2024 at 9.56, 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)"

 

Regards,

Salahaldeen