convert to new override syntax

This commit is contained in:
Markus Volk
2021-08-07 06:23:26 +02:00
parent 575ee7b8e6
commit c2ae986cbb
33 changed files with 56 additions and 57 deletions

View File

@ -24,7 +24,7 @@ DEPENDS = " \
wayland-protocols \
"
RDEPENDS_${PN} = " \
RDEPENDS:${PN} = " \
fontconfig \
freetype \
wlroots \
@ -39,6 +39,6 @@ SRCREV = "${PV}"
EXTRA_OEMESON += "--buildtype release"
PACKAGES += "${PN}-zsh-completion"
FILES_${PN}-zsh-completion = "${datadir}/zsh"
FILES:${PN}-zsh-completion = "${datadir}/zsh"
BBCLASSEXTEND = ""