On 9 May 2023, at 18:23, Alexander Kanavin via lists.openembedded.org <[email protected]> wrote: > > This is required by latest valgrind ptests. > > Signed-off-by: Alexander Kanavin <[email protected]> > --- > 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..5a41cd17dc6 100644 > --- a/meta/recipes-devtools/gdb/gdb-common.inc > +++ b/meta/recipes-devtools/gdb/gdb-common.inc > @@ -30,7 +30,7 @@ EXTRA_OECONF = "--disable-gdbtk --disable-x > --disable-werror \ > --with-libgmp-prefix=${STAGING_EXECPREFIXDIR} \ > " > > -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 we split that out into a separate gdb-python package so we don’t pull the whole Python stack in with gdb? Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#181524): https://lists.openembedded.org/g/openembedded-core/message/181524 Mute This Topic: https://lists.openembedded.org/mt/98788941/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
