mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-10 16:15:42 +02:00
qt5: skip libdir for ${PN}-dbg and dev-elf for ${PN}-examples-dev
* the examples are installed in locations, QA checks don't like Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -42,9 +42,10 @@ do_configure_prepend() {
|
||||
|
||||
# Many examples come with libraries installed outside of standard libdir,
|
||||
# suppress QA check complaining
|
||||
INSANE_SKIP_${PN}-dbg += "libdir"
|
||||
INSANE_SKIP_${PN}-examples += "libdir"
|
||||
INSANE_SKIP_${PN}-examples-dbg += "libdir"
|
||||
INSANE_SKIP_${PN}-examples-dev += "libdir"
|
||||
INSANE_SKIP_${PN}-examples-dev += "libdir dev-elf"
|
||||
|
||||
PACKAGES =. "${PN}-qmlplugins-dbg ${PN}-tools-dbg ${PN}-plugins-dbg ${PN}-qmldesigner ${PN}-qmlplugins ${PN}-tools ${PN}-plugins ${PN}-mkspecs ${PN}-examples-dev ${PN}-examples-staticdev ${PN}-examples-dbg ${PN}-examples "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user