On Thu, 22 Jan 2026 at 02:59, Yi Zhao via lists.openembedded.org <[email protected]> wrote: > +Subject: [PATCH] Make python site path configurable > + > +By making the python site path configurable, we can set the correct > +installation directory when enabling multilib. > + > +Upstream-Status: Inappropriate [oe specific] > +- config.set('MODULE_PATH', py.get_install_dir()) > ++ config.set('MODULE_PATH', get_option('python_site_dir'))
This needs further investigation. Why isn't get_install_dir() providing the correct value? It should be multilib-aware. Does the recipe need to inherit python3targetconfig to ensure proper target paths are returned? Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#229976): https://lists.openembedded.org/g/openembedded-core/message/229976 Mute This Topic: https://lists.openembedded.org/mt/117393399/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
