mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
python3: create python link only for target class
This commit is contained in:
parent
aca95edb72
commit
ff057ae4ae
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user