On Tue, 16 Jul 2024 at 13:02, Guðni Már Gilbert via lists.openembedded.org <[email protected]> wrote: > Am wondering about one section in the do_install:append . Not sure if we > should remove it or not? It feels wrong to keep referencing Python 2 at least: > > # Patch python tools to use Python 3; they should be source compatible, > but > # still refer to Python 2 in the shebang > sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' > ${D}${libdir}/bluez/test/* > > Previously, the shebangs were very inconsistent and usually used > /usr/bin/python > > But today, they are consistently set to usr/bin/env python3, I didn't see > this symlink in my testing so I'm not sure if removing this section from > do_install is OK.
It's fine to remove if after doing that you can conclusively verify there's no 'python' anywhere. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#202107): https://lists.openembedded.org/g/openembedded-core/message/202107 Mute This Topic: https://lists.openembedded.org/mt/107235885/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
