mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
fae85d875b
commit
d17b8cd011
@@ -40,6 +40,12 @@ do_configure_prepend() {
|
||||
mkdir -p ${S}/.git || true
|
||||
}
|
||||
|
||||
# Many examples come with libraries installed outside of standard libdir,
|
||||
# suppress QA check complaining
|
||||
INSANE_SKIP_${PN}-examples += "libdir"
|
||||
INSANE_SKIP_${PN}-examples-dbg += "libdir"
|
||||
INSANE_SKIP_${PN}-examples-dev += "libdir"
|
||||
|
||||
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 "
|
||||
|
||||
# extra -dbg packages
|
||||
|
||||
Reference in New Issue
Block a user