diff options
| -rw-r--r-- | meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb b/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb index 11d7be7d62..670ffad010 100644 --- a/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb +++ b/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb | |||
| @@ -33,6 +33,11 @@ RRECOMMENDS_${PN} += "packagegroup-core-buildessential \ | |||
| 33 | qt4-plugin-sqldriver-sqlite \ | 33 | qt4-plugin-sqldriver-sqlite \ |
| 34 | " | 34 | " |
| 35 | 35 | ||
| 36 | # avoid conflicts with meta-qt5's qt-creator and do install nothing to sysroot | ||
| 37 | # this does no harm cause nothing depends on qt-creator | ||
| 38 | sysroot_stage_all() { | ||
| 39 | } | ||
| 40 | |||
| 36 | # the regexp in insane.bbclass doesn't allow this valid path: | 41 | # the regexp in insane.bbclass doesn't allow this valid path: |
| 37 | # qt-creator-2.8.1: qt-creator: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/libqbs_cpp_scanner.so | 42 | # qt-creator-2.8.1: qt-creator: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/libqbs_cpp_scanner.so |
| 38 | # qt-creator: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/libqbs_qt_scanner.so | 43 | # qt-creator: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/libqbs_qt_scanner.so |
