On Wed, 10 Mar 2021 at 07:09, Carlos Rafael Giani via lists.openembedded.org <[email protected]> wrote: > +python set_dynamic_metapkg_rdepends () { > + import os > + import oe.utils > + > + # Go through all generated SPA plugin and PipeWire module packages > + # (excluding the main package and the -meta package itself) and > + # add them to the -meta package as RDEPENDS. [ ...]
do_split_packages() returns the packages it generated, so what does this Python do differently? I tend to agree with Alex: adding it to oe-core now without a migration path seems early. If you were in a series that removed PulseAudio then that would be a different conversation, but currently you're just moving a recipe from meta-multimedia to oe-core. Oh, and I recommend only sending the removal patch when the addition patch has been merged: too often I've seen the removal merge before the addition... Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149215): https://lists.openembedded.org/g/openembedded-core/message/149215 Mute This Topic: https://lists.openembedded.org/mt/81221962/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
