]> git.kernelconcepts.de Git - meta-kc-bsp.git/commitdiff
qtbase: update append to latest standards
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 29 Jan 2019 15:36:02 +0000 (16:36 +0100)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 29 Jan 2019 15:36:02 +0000 (16:36 +0100)
recipes-qt5/qt5/qtbase_%.bbappend

index 36e83748163065d8a5fd3f7a2402ff9be09b3e16..f505fbb7bd806c7bb4ead74fab79786e7ada2d19 100644 (file)
@@ -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