[oe-commits] Martin Jansa : qt-creator: skip libdir qa check, because it' s false positive

git at git.openembedded.org git at git.openembedded.org
Mon May 5 16:33:30 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 3cee9f4ceb4106e2ee165595a493b91386dd0c69
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3cee9f4ceb4106e2ee165595a493b91386dd0c69

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun May  4 22:59:22 2014 +0200

qt-creator: skip libdir qa check, because it's false positive

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb | 8 ++++++++
 1 file changed, 8 insertions(+)

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 2da3c05..11d7be7 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 \
                       packagegroup-qt-toolchain-target \
                       qt4-plugin-sqldriver-sqlite \
 "
+
+# the regexp in insane.bbclass doesn't allow this valid path:
+# qt-creator-2.8.1: qt-creator: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/libqbs_cpp_scanner.so
+# qt-creator: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/libqbs_qt_scanner.so
+# qt-creator-dbg: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/.debug/libqbs_cpp_scanner.so
+# qt-creator-dbg: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/.debug/libqbs_qt_scanner.so
+INSANE_SKIP_${PN} += "libdir"
+INSANE_SKIP_${PN}-dbg += "libdir"



More information about the Openembedded-commits mailing list