Am Do, 17. Nov 2022 um 08:43:15 +0100 schrieb Alexander Kanavin
<[email protected]>:
Yes, they kinda have a point. Referring to latest python as python3
forever is silly. Unfortunately we have all those users with legacy
proprietary python2 things, and they feel like they still 'own'
python (without a number).
To avoid patching dozens of scripts, i use this bbappend for python3
until the time comes to make it the default:
do_install:append:class-target() {
ln -sf ${bindir}/python3 ${D}${bindir}/python
}
FILES:${PN}:class-target += "${bindir}/python"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#173428):
https://lists.openembedded.org/g/openembedded-core/message/173428
Mute This Topic: https://lists.openembedded.org/mt/94790255/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-