> On 30 Oct 2025, at 11:54, Dmitry Baryshkov via lists.openembedded.org 
> <[email protected]> wrote:
> 
> # dependencies for tools.
> -TOOLS_DEPS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ' 
> ncurses libxml2 ', '', d)}"
> -
> -# the fdperf tool requires libconfig (a part of meta-oe) so it needs special
> -# treatment in addition to the usual 'freedreno tools'.
> -PACKAGECONFIG[freedreno-fdperf] = ",,libconfig"
> +TOOLS_DEPS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ' 
> ncurses libconfig libxml2 ', '', d)}”

TOOLS_DEPS is just set as this now:

TOOLS_DEPS = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ' ncurses 
libxml2 ', '', d)}”

So just merge those together instead of having two assignments for the same 
configuration.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#227137): 
https://lists.openembedded.org/g/openembedded-core/message/227137
Mute This Topic: https://lists.openembedded.org/mt/116028332/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to