On Thu, Oct 6, 2022 at 9:13 AM Ross Burton <ross.bur...@arm.com> wrote: > > On 6 Oct 2022, at 13:38, Bruce Ashfield <bruce.ashfi...@gmail.com> wrote: > > > > On Thu, Oct 6, 2022 at 7:29 AM Ross Burton <ross.bur...@arm.com> wrote: > >> > >> On 4 Oct 2022, at 18:27, Bruce Ashfield via lists.openembedded.org > >> <bruce.ashfield=gmail....@lists.openembedded.org> wrote: > >>> -inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', > >>> 'python3targetconfig', '', d)} > >>> +inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', > >>> 'python3targetconfig setuptools3', '', d)} > >> > >> For reasons, setuptools3-base does this: > >> > >> RDEPENDS:${PN}:append:class-target = " ${PYTHON_PN}-core” > >> > >> So buildhistory-diff says: > >> > >> packages/qemuarm64-poky-linux/perf/perf: RDEPENDS: added "python3-core” > >> > >> I’m guessing that isn’t what you meant. > >> > > > > We do need the python support on the target when perf is installed. > > Isn't that what python-core provides ? > > > > While it maybe wasn't a RDEPENDS before, it really should have been > > (if python-core does provide the runtime bits for target execution). > > Sure, but there’s a perf-python package that contains all of the python > stuff, right? So the RDEPENDS should be there (and is already).
Indeed, that's why it would have worked before. I'm not particularly concerned if the extra RDEPENDS arrives with this, since if it is acceptable for other packages inheriting the setuptools (I thought it was build support only!), it really should be ok for perf as well. In particular since perf is debug/optional. Or am I missing something there ? Bruce > > Ross > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#171501): https://lists.openembedded.org/g/openembedded-core/message/171501 Mute This Topic: https://lists.openembedded.org/mt/94118767/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-