Re: [Need help] How to add one package to build directory of another package


Kuzemko Aleksandr
 

I have already this string

 https://github.com/Kuzma30/meta-myconf/blob/400deddb4a6eab2e2c5054c482d18623b4c9a498/recipes-multimedia/speech-dispatcher/speech-dispatcher_git.bb#L9

 I will try migrate it to 3.4 release and report here.

 

От: Quentin Schulz
Отправлено: 29 июля 2022 г. в 11:31
Кому: Kuzemko Aleksandr; yocto@...
Тема: Re: [yocto] [Need help] How to add one package to build directory of another package

 

>

> Question

>

> How to add libdotconf to the speech-dispatcher build environment?

>

 

DEPENDS += "libdotconf"

 

in speech-dispatcher recipe. This adds a dependency on libdotconf target

recipe so that it makes it to the sysroot of the speech-dispatcher

recipe at build time.

 

I had a quick glance at your layer and it seems you're targeting

kirkstone release but you're still using the old override syntax. Please

read

https://docs.yoctoproject.org/migration-guides/migration-3.4.html#override-syntax-changes

(and the migration guides of all releases between the one supported by

the original recipe you got speech dispatcher from so that all required

changes are made).

 

E.g. it's not FILES_${PN} anymore but FILES:${PN}.

 

Cheers,

Quentin

 

>

>

>

>

>

 

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.