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: 2015-10~781 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9f1ce43fa1bdd3952ccf510cb648ebe9e0e8aac2;p=openembedded-core.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 02a032658d..e09782dab4 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 \ + "