qt-creator: skip libdir qa check, because it's false positive
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 4 May 2014 20:59:22 +0000 (22:59 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:37:55 +0000 (08:37 -0800)
(From meta-openembedded rev: 3cee9f4ceb4106e2ee165595a493b91386dd0c69)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb

index 2da3c05..11d7be7 100644 (file)
@@ -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"