[meta-freescale] [meta-fsl-arm][PATCH v2 4/5] gst-plugins-gl: Fix dependency definition

Otavio Salvador otavio at ossystems.com.br
Thu Apr 4 18:42:19 PDT 2013


The 'DEPENDS_mx6 +=' behaviour is confusing and when we're using
overrides we in fact override the original value instead of appending
it. To get the expected behavior we need to use 'DEPENDS_append_mx6 ='.

Change-Id: Ibb23ef34876de83e2921c528e08c8df55447af05
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend b/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend
index 786a3b5..65257d5 100644
--- a/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend
+++ b/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend
@@ -1,11 +1,9 @@
 # gst-plugins-gl for imx6 Vivante
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC := "${@int(PRINC) + 1}"
+PRINC := "${@int(PRINC) + 2}"
 
-DEPENDS_mx6 += "gst-fsl-plugin"
-DEPENDS_${PN}_mx6 += "gpu-viv-bin-mx6q"
-RDEPENDS_${PN}_mx6 += "libglslc-mx6"
+DEPENDS_append_mx6 = " gst-fsl-plugin gpu-viv-bin-mx6q"
 
 SRC_URI_append_mx6 = " \
    file://0001-freescale-mx6-release-1.1.0.patch \
-- 
1.8.1




More information about the meta-freescale mailing list