mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-05-01 21:06:47 +02:00
Merge pull request 'python3: move python link to its own python3-as-python package' (#15) from ludovic_jo/meta-wayland:master into master
Reviewed-on: https://codeberg.org/flk/meta-wayland/pulls/15
This commit is contained in:
commit
e7514f45ef
@ -2,5 +2,7 @@ do_install:append:class-target() {
|
|||||||
ln -sf ${bindir}/python3 ${D}${bindir}/python
|
ln -sf ${bindir}/python3 ${D}${bindir}/python
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN}-core:class-target += "${bindir}/python"
|
PACKAGES:prepend:class-target = "${PN}-as-python "
|
||||||
|
FILES:${PN}-as-python = "${bindir}/python"
|
||||||
|
RRECOMMENDS:${PN}-core:append:class-target = " ${PN}-as-python"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user