mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
qt-creator: Fix QA warnings
WARNING: QA Issue: qt-creator requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
e7bd28f1f5
commit
4223fd233b
@@ -45,3 +45,5 @@ sysroot_stage_all() {
|
|||||||
# qt-creator-dbg: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/.debug/libqbs_qt_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} += "libdir"
|
||||||
INSANE_SKIP_${PN}-dbg += "libdir"
|
INSANE_SKIP_${PN}-dbg += "libdir"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "perl"
|
||||||
|
|||||||
Reference in New Issue
Block a user