python3: move python link to python3-core package

fixes:
https://codeberg.org/flk/meta-wayland/issues/13
This commit is contained in:
Markus Volk 2025-04-22 10:25:38 +02:00
parent e2d141488e
commit e43505a79b

View File

@ -2,5 +2,5 @@ do_install:append:class-target() {
ln -sf ${bindir}/python3 ${D}${bindir}/python ln -sf ${bindir}/python3 ${D}${bindir}/python
} }
FILES:${PN}:class-target += "${bindir}/python" FILES:${PN}-core:class-target += "${bindir}/python"