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@ossystems.com.br>
# 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 \