* [PATCH 0/1] Fix packagegroup-core-qt4e for recent gstreamer 0.10 removal
@ 2015-05-22 8:37 Paul Eggleton
2015-05-22 8:37 ` [PATCH 1/1] packagegroup-core-qt4e: make phonon-gstreamer plugin optional Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2015-05-22 8:37 UTC (permalink / raw)
To: openembedded-core
The following change since commit fe7780a9bbbfa4dcbbe457618a0842e91a3c6a0e:
libxdmcp: make libbsd usage deterministic (2015-05-21 10:48:41 +0100)
is available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/pkggrp-qt4e
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/pkggrp-qt4e
Paul Eggleton (1):
packagegroup-core-qt4e: make phonon-gstreamer plugin optional
meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.1.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] packagegroup-core-qt4e: make phonon-gstreamer plugin optional
2015-05-22 8:37 [PATCH 0/1] Fix packagegroup-core-qt4e for recent gstreamer 0.10 removal Paul Eggleton
@ 2015-05-22 8:37 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2015-05-22 8:37 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-core-qt4e.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
index d4f0fd1..eb5fa1f 100644
--- a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
+++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
@@ -36,7 +36,6 @@ RDEPENDS_${PN} = " \
qt4-embedded-plugin-imageformat-svg \
qt4-embedded-plugin-imageformat-tiff \
qt4-embedded-plugin-mousedriver-tslib \
- qt4-embedded-plugin-phonon-backend-gstreamer \
qt4-embedded-plugin-script-dbus \
qt4-embedded-plugin-sqldriver-sqlite \
${TOUCH} \
@@ -48,5 +47,6 @@ RDEPENDS_${PN} = " \
RRECOMMENDS_${PN} = " \
libqt-embeddedxmlpatterns4 \
+ qt4-embedded-plugin-phonon-backend-gstreamer \
"
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-22 8:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 8:37 [PATCH 0/1] Fix packagegroup-core-qt4e for recent gstreamer 0.10 removal Paul Eggleton
2015-05-22 8:37 ` [PATCH 1/1] packagegroup-core-qt4e: make phonon-gstreamer plugin optional 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.