mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
python3: create python link only for target class
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
do_install:append() {
|
||||
do_install:append:class-target() {
|
||||
ln -sf ${bindir}/python3 ${D}${bindir}/python
|
||||
}
|
||||
|
||||
FILES:${PN} += "${bindir}/python"
|
||||
FILES:${PN}:class-target += "${bindir}/python"
|
||||
|
||||
|
Reference in New Issue
Block a user