diff options
-rw-r--r-- | recipes-qt/qt5/qt5.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc index 9d5bca52..0d7269c5 100644 --- a/recipes-qt/qt5/qt5.inc +++ b/recipes-qt/qt5/qt5.inc | |||
@@ -40,6 +40,12 @@ do_configure_prepend() { | |||
40 | mkdir -p ${S}/.git || true | 40 | mkdir -p ${S}/.git || true |
41 | } | 41 | } |
42 | 42 | ||
43 | # Many examples come with libraries installed outside of standard libdir, | ||
44 | # suppress QA check complaining | ||
45 | INSANE_SKIP_${PN}-examples += "libdir" | ||
46 | INSANE_SKIP_${PN}-examples-dbg += "libdir" | ||
47 | INSANE_SKIP_${PN}-examples-dev += "libdir" | ||
48 | |||
43 | PACKAGES =. "${PN}-qmlplugins-dbg ${PN}-tools-dbg ${PN}-plugins-dbg ${PN}-qmlplugins ${PN}-tools ${PN}-plugins ${PN}-mkspecs ${PN}-examples-dev ${PN}-examples-staticdev ${PN}-examples-dbg ${PN}-examples " | 49 | PACKAGES =. "${PN}-qmlplugins-dbg ${PN}-tools-dbg ${PN}-plugins-dbg ${PN}-qmlplugins ${PN}-tools ${PN}-plugins ${PN}-mkspecs ${PN}-examples-dev ${PN}-examples-staticdev ${PN}-examples-dbg ${PN}-examples " |
44 | 50 | ||
45 | # extra -dbg packages | 51 | # extra -dbg packages |