On Sat, May 16, 2020 at 7:56 AM Robert P. J. Day <[email protected]> wrote: > > > was just perusing some python recipes, trying to learn all the > details of how python recipes work, and i noticed the following: > > ./openembedded-core/meta/recipes-devtools/python/python3-mako_1.1.1.bb > ./meta-openembedded/meta-python/recipes-devtools/python/python-mako.inc > > as in, the recipe for mako is in oe-core, but the include file is in > meta-oe, the recipe does not include the .inc file, and the git log > just looks confusing. is there something clever going on here that i > just don't get? >
its cruft left after py2 recipes moved out into its own layer. Send a patch to remove this inc file for meta-python. > rday >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84397): https://lists.openembedded.org/g/openembedded-devel/message/84397 Mute This Topic: https://lists.openembedded.org/mt/74250266/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
