diff options
| author | Armin Kuster <akuster808@gmail.com> | 2015-04-05 06:05:00 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-08-03 09:06:58 -0700 |
| commit | dd087f1d15c996dc5de9c7f7aaa44bbda2d6c042 (patch) | |
| tree | 899185c83738c70dcfb8e557a96e10d3eca84031 /meta-oe | |
| parent | a3e5f927360d692b062028408e98752629ad2a60 (diff) | |
| download | meta-openembedded-dd087f1d15c996dc5de9c7f7aaa44bbda2d6c042.tar.gz | |
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb b/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb index 670ffad010..ca73cdaf68 100644 --- a/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb +++ b/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb | |||
| @@ -45,3 +45,5 @@ sysroot_stage_all() { | |||
| 45 | # qt-creator-dbg: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/.debug/libqbs_qt_scanner.so | 45 | # qt-creator-dbg: found library in wrong location: /usr/share/qtcreator/qbs/lib/qbs/plugins/.debug/libqbs_qt_scanner.so |
| 46 | INSANE_SKIP_${PN} += "libdir" | 46 | INSANE_SKIP_${PN} += "libdir" |
| 47 | INSANE_SKIP_${PN}-dbg += "libdir" | 47 | INSANE_SKIP_${PN}-dbg += "libdir" |
| 48 | |||
| 49 | RDEPENDS_${PN} += "perl" | ||
