From: Paul Eggleton Date: Thu, 20 Aug 2015 08:10:16 +0000 (+0100) Subject: packagegroup-qt*-toolchain-target: fix hard dependency on phonon library X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f1ce43fa1bdd3952ccf510cb648ebe9e0e8aac2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git packagegroup-qt*-toolchain-target: fix hard dependency on phonon library Having disabled phonon by default in Qt4 we need to ensure this packagegroup is still buildable when it's not available. Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc index 02a032658dc..e09782dab49 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc +++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc @@ -11,7 +11,6 @@ RDEPENDS_${PN} += " \ packagegroup-core-standalone-sdk-target \ qt4${QTLIBPREFIX}-mkspecs \ libqt${QTLIBPREFIX}multimedia4-dev \ - libqt${QTLIBPREFIX}phonon4-dev \ libqt${QTLIBPREFIX}3support4-dev \ libqt${QTLIBPREFIX}clucene4-dev \ libqt${QTLIBPREFIX}core4-dev \ @@ -34,3 +33,7 @@ RDEPENDS_${PN} += " \ libsqlite3-dev \ expat-dev \ " + +RRECOMMENDS_${PN} += " \ + libqt${QTLIBPREFIX}phonon4-dev \ + "