]> code.ossystems Code Review - meta-freescale.git/commitdiff
gst-fsl-plugin: Fix depends on libfslvpuwrapper in i.MX6SL
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 26 Apr 2014 17:56:31 +0000 (14:56 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 26 Apr 2014 17:59:37 +0000 (14:59 -0300)
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>
meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin.inc

index 46bc6f05cf202132d9bdf14bbaea7eb4daed3f1c..93c486a143c69a1f2c813ebc284bce8f2262f2d1 100644 (file)
@@ -7,7 +7,8 @@ SECTION = "multimedia"
 
 DEPENDS = "gstreamer gst-plugins-base libfslcodec libfslparser virtual/kernel"
 DEPENDS_append_mx5 = " imx-lib imx-vpu"
-DEPENDS_append_mx6 = " imx-lib imx-vpu libfslvpuwrap"
+DEPENDS_append_mx6q = " imx-lib imx-vpu libfslvpuwrap"
+DEPENDS_append_mx6dl = " imx-lib imx-vpu libfslvpuwrap"
 DEPENDS_append_mx6sl = " imx-lib"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \