Hi Alex,

On Tue, May 14, 2024 at 01:33 AM, Alexander Kanavin wrote:

> 
> Can you show the complete recipe?
> 
> 

inherit component-versions
inherit cmake

SRC_URI = 
"${GIT_URI_YOCTO}${EXT_EXAMPLE_GIT_URI};protocol=ssh;branch=${EXT_EXAMPLE_GIT_BRANCH}"

PV = "${SRCREV}+git${SRCPV}"
#SRCREV = "${AUTOREV}"
SRCREV = "${EXT_EXAMPLE_GIT_TAG}"

S = "${WORKDIR}/git"

DEPENDS += " sqlite3"
RDEPENDS_${PN} += " libsqlite3.so()(64bit)"

SKIPTESTS = "true"
export SKIPTESTS

EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON "

Regards,

Salah

> 
> 
> 
> Alex
> 
> On Tue 14. May 2024 at 9.56, Altous, Salahaldeen via lists.yoctoproject.org
> ( http://lists.yoctoproject.org ) <Salahaldeen.Altous= 
> leica-camera....@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
>> 
>> 
>> 
>> 
> 
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63086): https://lists.yoctoproject.org/g/yocto/message/63086
Mute This Topic: https://lists.yoctoproject.org/mt/106090753/21656
Mute #kirkstone:https://lists.yoctoproject.org/g/yocto/mutehashtag/kirkstone
Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to