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 @@ EXTRA_OECMAKE += " \
-DUSE_SYSTEM_TZ_DB=ON \
"
do_install_append() {
do_install:append() {
# source lacks pkgconfig support. Include a pc file, so 'date' can be found using pkgconfig
install -d ${D}${libdir}/pkgconfig
install -m 0644 ${WORKDIR}/date.pc ${D}${libdir}/pkgconfig