From: Florian Boor Date: Tue, 29 Jan 2019 15:36:02 +0000 (+0100) Subject: qtbase: update append to latest standards X-Git-Url: https://git.kernelconcepts.de/?p=meta-kc-bsp.git;a=commitdiff_plain;h=168f33220d22078749e6e48d08b35192d1c49f7e qtbase: update append to latest standards --- diff --git a/recipes-qt5/qt5/qtbase_%.bbappend b/recipes-qt5/qt5/qtbase_%.bbappend index 36e8374..f505fbb 100644 --- a/recipes-qt5/qt5/qtbase_%.bbappend +++ b/recipes-qt5/qt5/qtbase_%.bbappend @@ -13,7 +13,7 @@ PACKAGECONFIG[gui] = "-gui,-no-gui" OE_QMAKE_PATH_QT_FONTS = "${datadir}/fonts/truetype" -pkg_postinst_append_${PN} () { +pkg_postinst_ontarget_${PN} () { # make sure Qt apps find standard fonts ln -sf /usr/share/fonts/truetype/ /usr/lib/fonts } \ No newline at end of file