diff options
-rw-r--r-- | recipes-qt/qt5/qt5-creator_4.5.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-creator_4.5.1.bb b/recipes-qt/qt5/qt5-creator_4.5.1.bb index 08d8289d..19980285 100644 --- a/recipes-qt/qt5/qt5-creator_4.5.1.bb +++ b/recipes-qt/qt5/qt5-creator_4.5.1.bb | |||
@@ -50,7 +50,9 @@ do_install() { | |||
50 | sed -i 's:@QT5_QMAKE@:${OE_QMAKE_PATH_QT_BINS}:g' ${D}${datadir}/applications/qtcreator.desktop | 50 | sed -i 's:@QT5_QMAKE@:${OE_QMAKE_PATH_QT_BINS}:g' ${D}${datadir}/applications/qtcreator.desktop |
51 | chrpath --delete ${D}${libexecdir}/qtcreator/qtcreator_process_stub | 51 | chrpath --delete ${D}${libexecdir}/qtcreator/qtcreator_process_stub |
52 | chrpath --delete ${D}${libexecdir}/qtcreator/qbs_processlauncher | 52 | chrpath --delete ${D}${libexecdir}/qtcreator/qbs_processlauncher |
53 | chrpath --delete ${D}${libdir}/qt5/qtcreator/libqbscore.so.* | 53 | chrpath --delete ${D}${libdir}/${QT_DIR_NAME}/qtcreator/libqbscore.so.* |
54 | chrpath --delete ${D}${libdir}/${QT_DIR_NAME}/qtcreator/plugins/qmldesigner/libcomponentsplugin.so | ||
55 | chrpath --delete ${D}${libdir}/${QT_DIR_NAME}/qtcreator/plugins/qmldesigner/libqtquickplugin.so | ||
54 | } | 56 | } |
55 | 57 | ||
56 | FILES_${PN} += " \ | 58 | FILES_${PN} += " \ |