On 1/26/26 17:59, Alexander Kanavin via lists.openembedded.org wrote:
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?
Thanks. Inheriting python3targetconfig can solve this issue. I will send V4. //Yi
Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230042): https://lists.openembedded.org/g/openembedded-core/message/230042 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]] -=-=-=-=-=-=-=-=-=-=-=-
