diff options
-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" | ||