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

@ -44,7 +44,7 @@ PACKAGECONFIG ?= " \
date \
"
RRECOMMENDS_${PN} += " \
RRECOMMENDS:${PN} += " \
font-awesome-otf \
"
@ -58,7 +58,7 @@ inherit meson pkgconfig features_check
PACKAGES += "${PN}-systemd"
FILES_${PN}-systemd += "${libdir}/systemd"
FILES:${PN}-systemd += "${libdir}/systemd"
BBCLASSEXTEND = ""