mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
49dbb1b91d
update some recipes on the way
11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
do_install:append:class-target() {
|
|
ln -sf ${bindir}/python3 ${D}${bindir}/python
|
|
}
|
|
|
|
FILES:${PN}:class-target += "${bindir}/python"
|
|
|
|
RDEPENDS:${PN}-misc += "\
|
|
${PN}-terminal \
|
|
"
|
|
|