* [PATCH 0/1] Another fix for phonon being disabled by default in Qt4
@ 2015-08-20 8:10 Paul Eggleton
2015-08-20 8:10 ` [PATCH 1/1] packagegroup-qt*-toolchain-target: fix hard dependency on phonon library Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2015-08-20 8:10 UTC (permalink / raw)
To: openembedded-core
The following changes since commit c38acd720b3f6ffbeb544063692eb471dada8593:
binconfig-disabled: write an message to stderr to help confused developers (2015-08-19 17:57:58 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/qt4-toolchain-fix
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/qt4-toolchain-fix
Paul Eggleton (1):
packagegroup-qt*-toolchain-target: fix hard dependency on phonon
library
meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
2.1.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] packagegroup-qt*-toolchain-target: fix hard dependency on phonon library
2015-08-20 8:10 [PATCH 0/1] Another fix for phonon being disabled by default in Qt4 Paul Eggleton
@ 2015-08-20 8:10 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2015-08-20 8:10 UTC (permalink / raw)
To: openembedded-core
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 <paul.eggleton@linux.intel.com>
---
meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
index 02a0326..e09782d 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 \
+ "
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-20 8:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 8:10 [PATCH 0/1] Another fix for phonon being disabled by default in Qt4 Paul Eggleton
2015-08-20 8:10 ` [PATCH 1/1] packagegroup-qt*-toolchain-target: fix hard dependency on phonon library Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.