summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-04-26 14:56:31 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-04-26 14:59:37 -0300
commit0cfcebe34026e0f7239d2b57b13fbf116c0dfa19 (patch)
treee9c824a9b227d7e8112e89b30ed770969264e65a /recipes-multimedia
parent06aadccd1017c4df7cc5e4d483a2cb9b22f8c29f (diff)
downloadmeta-fsl-arm-0cfcebe34026e0f7239d2b57b13fbf116c0dfa19.tar.gz
gst-fsl-plugin: Fix depends on libfslvpuwrapper in i.MX6SL
The i.MX6SL shouldn't have VPU wrapper library included in the dependency chain however the mx6 SoC family were including it as it is processed the mx6sl one. To fix the issue we use the mx6q and mx6dl SoC families to add the need dependencies for the specific SoC. Change-Id: Ia6537c27657878f520c697a807b8eeb51d72a0e0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gst-fsl-plugin.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin.inc b/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
index 46bc6f0..93c486a 100644
--- a/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
+++ b/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
@@ -7,7 +7,8 @@ SECTION = "multimedia"
7 7
8DEPENDS = "gstreamer gst-plugins-base libfslcodec libfslparser virtual/kernel" 8DEPENDS = "gstreamer gst-plugins-base libfslcodec libfslparser virtual/kernel"
9DEPENDS_append_mx5 = " imx-lib imx-vpu" 9DEPENDS_append_mx5 = " imx-lib imx-vpu"
10DEPENDS_append_mx6 = " imx-lib imx-vpu libfslvpuwrap" 10DEPENDS_append_mx6q = " imx-lib imx-vpu libfslvpuwrap"
11DEPENDS_append_mx6dl = " imx-lib imx-vpu libfslvpuwrap"
11DEPENDS_append_mx6sl = " imx-lib" 12DEPENDS_append_mx6sl = " imx-lib"
12 13
13LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 14LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \