mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
|
do_install:append() {
|
||
|
ln -sf ${bindir}/python3 ${D}${bindir}/python
|
||
|
}
|
||
|
|
||
|
FILES:${PN} += "${bindir}/python"
|
||
|
|