summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-08-24 20:07:16 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-08-25 17:33:44 -0300
commitf8eb411d59bf131572fe827773691cf23c06d811 (patch)
tree29897644cff028e4c35e404acd21fe97a0e12260
parent53c2971a4a029c1ebf448ce8d3b3e74737679c5e (diff)
downloadmeta-freescale-f8eb411d59bf131572fe827773691cf23c06d811.tar.gz
qt4-x11: Allow use of Qt Media Player in multi-headed system
This patch applies commit 0c905f15 to X11 builds as well as embedded builds. Since both of the Phonon patches are common to both uses, this patch also moves them into an include file. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
-rw-r--r--meta-fsl-arm/recipes-qt/qt4/qt4-embedded_4.8.5.bbappend8
-rw-r--r--meta-fsl-arm/recipes-qt/qt4/qt4-phonon-patches.inc8
-rw-r--r--meta-fsl-arm/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend5
3 files changed, 10 insertions, 11 deletions
diff --git a/meta-fsl-arm/recipes-qt/qt4/qt4-embedded_4.8.5.bbappend b/meta-fsl-arm/recipes-qt/qt4/qt4-embedded_4.8.5.bbappend
index fc1667081..007f89b68 100644
--- a/meta-fsl-arm/recipes-qt/qt4/qt4-embedded_4.8.5.bbappend
+++ b/meta-fsl-arm/recipes-qt/qt4/qt4-embedded_4.8.5.bbappend
@@ -1,11 +1,5 @@
1#Freescale 1#Freescale
2FILESEXTRAPATHS_prepend := "${THISDIR}/qt4:" 2include qt4-phonon-patches.inc
3
4SRC_URI_append_mx5 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch"
5SRC_URI_append_mx6 += " \
6 file://0001-Add-support-for-i.MX-codecs-to-phonon.patch \
7 file://0002-i.MX-video-renderer-Allow-v4l-device-from-environmen.patch \
8"
9 3
10DEPENDS_append_mx5 = " virtual/kernel virtual/libgles2" 4DEPENDS_append_mx5 = " virtual/kernel virtual/libgles2"
11PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" 5PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
diff --git a/meta-fsl-arm/recipes-qt/qt4/qt4-phonon-patches.inc b/meta-fsl-arm/recipes-qt/qt4/qt4-phonon-patches.inc
new file mode 100644
index 000000000..60bdeea8d
--- /dev/null
+++ b/meta-fsl-arm/recipes-qt/qt4/qt4-phonon-patches.inc
@@ -0,0 +1,8 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/qt4:"
2
3SRC_URI_append_mx5 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch"
4SRC_URI_append_mx6 += " \
5 file://0001-Add-support-for-i.MX-codecs-to-phonon.patch \
6 file://0002-i.MX-video-renderer-Allow-v4l-device-from-environmen.patch \
7"
8
diff --git a/meta-fsl-arm/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend b/meta-fsl-arm/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend
index 4c4d0c9eb..007f89b68 100644
--- a/meta-fsl-arm/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend
+++ b/meta-fsl-arm/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend
@@ -1,8 +1,5 @@
1#Freescale 1#Freescale
2FILESEXTRAPATHS_prepend := "${THISDIR}/qt4:" 2include qt4-phonon-patches.inc
3
4SRC_URI_append_mx5 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch"
5SRC_URI_append_mx6 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch"
6 3
7DEPENDS_append_mx5 = " virtual/kernel virtual/libgles2" 4DEPENDS_append_mx5 = " virtual/kernel virtual/libgles2"
8PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" 5PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"