On Wed, 24 Jan 2024 at 04:22, Lyu, William via lists.openembedded.org <[email protected]> wrote: > + # modules are manually split (eg. perl-module-unicore). Also, the split > + # packages should not include packages defined in RPROVIDES:${PN}. In > + # addition, "perl-module-config-git" is not a valid package as > + # Config_git.pl is listed under FILES:${PN}. > + empty_module_pkgs = d.getVar(d.expand("RPROVIDES:${PN}")).split() + > ['perl-module-config-git']
Nearly there - I think it's better to add perl-module-config-git to RPROVIDES:perl, and avoid special casing here. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#194265): https://lists.openembedded.org/g/openembedded-core/message/194265 Mute This Topic: https://lists.openembedded.org/mt/103888731/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
