Re: [OE-core] [PATCH 25/27] gdb: enable python PACKAGECONFIG

2023-05-22 Thread Alexander Kanavin
On Fri, 19 May 2023 at 11:59, Alexander Kanavin via lists.openembedded.org wrote: > > On Thu, 18 May 2023 at 17:52, Ross Burton wrote: > > > -PACKAGECONFIG ??= "readline ${@bb.utils.filter('DISTRO_FEATURES', > > > 'debuginfod', d)}" > > > +PACKAGECONFIG ??= "readline ${@bb.utils.filter('DISTRO_F

Re: [OE-core] [PATCH 25/27] gdb: enable python PACKAGECONFIG

2023-05-19 Thread Alexander Kanavin
On Thu, 18 May 2023 at 17:52, Ross Burton wrote: > > -PACKAGECONFIG ??= "readline ${@bb.utils.filter('DISTRO_FEATURES', > > 'debuginfod', d)}" > > +PACKAGECONFIG ??= "readline ${@bb.utils.filter('DISTRO_FEATURES', > > 'debuginfod', d)} pythonā€¯ > > This means that gdb hard-depends on python, can

Re: [OE-core] [PATCH 25/27] gdb: enable python PACKAGECONFIG

2023-05-18 Thread Ross Burton
On 9 May 2023, at 18:23, Alexander Kanavin via lists.openembedded.org wrote: > > This is required by latest valgrind ptests. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/gdb/gdb-common.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recip

[OE-core] [PATCH 25/27] gdb: enable python PACKAGECONFIG

2023-05-09 Thread Alexander Kanavin
This is required by latest valgrind ptests. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gdb/gdb-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 9db61b785f3..5a