diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2015-04-08 15:26:04 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-16 13:11:46 +0200 |
| commit | d17b8cd011c5bca3d73bd37fad242e7206969983 (patch) | |
| tree | 4709c12f7ad060200c6c5639684a2c55f6b014a4 | |
| parent | fae85d875ba12c19e19f28aaa22c66bbcef00206 (diff) | |
| download | meta-qt5-d17b8cd011c5bca3d73bd37fad242e7206969983.tar.gz | |
qt5.inc: suppress QA warnings about examples libs not in libdir
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -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 |
