diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-19 22:32:29 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-19 22:47:16 +0000 |
commit | 66c49f8a1d4ab5ab37a977c4234f58ea8ceb6053 (patch) | |
tree | 13995d4e28929d108fe4165eccefbf36a929646c | |
parent | 03b4c7b669b84b03d44f7fc622e00a447223fb9c (diff) | |
download | meta-qt5-66c49f8a1d4ab5ab37a977c4234f58ea8ceb6053.tar.gz |
qt5-creator: strip few more useless rpaths
* fixes:
ERROR: qt5-creator-4.5.1-r0 do_package_qa: QA Issue:
qt5-creator: /work/core2-64-oe-linux/qt5-creator/4.5.1-r0/packages-split/qt5-creator/usr/lib/qt5/qtcreator/plugins/qmldesigner/libcomponentsplugin.so contains probably-redundant RPATH /usr/lib
qt5-creator: /work/core2-64-oe-linux/qt5-creator/4.5.1-r0/packages-split/qt5-creator/usr/lib/qt5/qtcreator/plugins/qmldesigner/libqtquickplugin.so contains probably-redundant RPATH /usr/lib
[useless-rpaths]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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} += " \ |