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