diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-04 22:59:22 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-05 18:31:28 +0200 |
| commit | 3cee9f4ceb4106e2ee165595a493b91386dd0c69 (patch) | |
| tree | 672895d4dcfdcb0b8abf4f607971a2e171a14100 | |
| parent | b502f38bc7f34198753a4133134b6c919ab4e9cb (diff) | |
| download | meta-openembedded-3cee9f4ceb4106e2ee165595a493b91386dd0c69.tar.gz | |
qt-creator: skip libdir qa check, because it's false positive
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb | 8 |
1 files changed, 8 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 2da3c05780..11d7be7d62 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 | |||
| @@ -32,3 +32,11 @@ RRECOMMENDS_${PN} += "packagegroup-core-buildessential \ | |||
| 32 | packagegroup-qt-toolchain-target \ | 32 | packagegroup-qt-toolchain-target \ |
| 33 | qt4-plugin-sqldriver-sqlite \ | 33 | qt4-plugin-sqldriver-sqlite \ |
| 34 | " | 34 | " |
| 35 | |||
| 36 | # 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 | ||
| 38 | # qt-creator: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/libqbs_qt_scanner.so | ||
| 39 | # qt-creator-dbg: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/.debug/libqbs_cpp_scanner.so | ||
| 40 | # qt-creator-dbg: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/.debug/libqbs_qt_scanner.so | ||
| 41 | INSANE_SKIP_${PN} += "libdir" | ||
| 42 | INSANE_SKIP_${PN}-dbg += "libdir" | ||
