On Fri, 19 May 2023 at 11:59, Alexander Kanavin via lists.openembedded.org <alex.kanavin=gmail....@lists.openembedded.org> wrote: > > On Thu, 18 May 2023 at 17:52, Ross Burton <ross.bur...@arm.com> 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 we split that out into a > > separate gdb-python package so we don’t pull the whole Python stack in with > > gdb? > > Yes, I just sent a revised patchset for this.
So splitting python modules and rdepends into a separate gdb-python package doesn't quite work, as /usr/bin/gdb directly links with libpython and then loads its own python modules on startup. But it's enough to rdepend only on python3-core/codecs, not the whole python3. I'll revise it once more. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#181591): https://lists.openembedded.org/g/openembedded-core/message/181591 Mute This Topic: https://lists.openembedded.org/mt/98788941/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-