From 3cee9f4ceb4106e2ee165595a493b91386dd0c69 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 4 May 2014 22:59:22 +0200 Subject: qt-creator: skip libdir qa check, because it's false positive Signed-off-by: Martin Jansa --- 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 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 \ 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" -- cgit 1.2.3-korg