Convert override syntax to new version

For details see:
https://docs.yoctoproject.org/next/migration-guides/migration-3.4.html

Note that due to this change the latest point release of Dunfell is
the minimal requirement to be compatible with this layer.
This commit is contained in:
Andreas Cord-Landwehr
2021-12-29 11:54:08 +01:00
parent 0f6c12b3fa
commit 72784edf16
58 changed files with 101 additions and 101 deletions

View File

@@ -22,7 +22,7 @@ do_configure_prepend() {
export XDG_DATA_DIRS=${STAGING_DATADIR}:$XDG_DATA_DIRS
}
FILES_${PN} += " \
FILES:${PN} += " \
${libdir}/libkdeinit5_*.so \
${libdir}/kconf_update_bin/* \
${libdir}/plugins/*.so \
@@ -46,7 +46,7 @@ FILES_${PN} += " \
${datadir}/qlogging-categories5 \
"
FILES_${PN}-dev += " \
FILES:${PN}-dev += " \
${datadir}/dbus-1/interfaces/*.xml \
${datadir}/kdevappwizard/templates/*.tar.bz2 \
${libdir}/cmake/*/*.cmake \