summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-04-04 22:13:24 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-05 10:16:45 -0300
commit756446eb759e6c6146f6eb27c403cc34751dc325 (patch)
tree152b69113db68b6597aa95de3b31d91f7c9e21c5
parent7793a8e52289fe17223ab5b6a5dc806ce2dbacc8 (diff)
downloadmeta-fsl-arm-756446eb759e6c6146f6eb27c403cc34751dc325.tar.gz
gst-plugins-gl: Fix dependency definition
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>
-rw-r--r--recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend6
1 files 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 @@
1# gst-plugins-gl for imx6 Vivante 1# gst-plugins-gl for imx6 Vivante
2 2
3FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 3FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
4PRINC := "${@int(PRINC) + 1}" 4PRINC := "${@int(PRINC) + 2}"
5 5
6DEPENDS_mx6 += "gst-fsl-plugin" 6DEPENDS_append_mx6 = " gst-fsl-plugin gpu-viv-bin-mx6q"
7DEPENDS_${PN}_mx6 += "gpu-viv-bin-mx6q"
8RDEPENDS_${PN}_mx6 += "libglslc-mx6"
9 7
10SRC_URI_append_mx6 = " \ 8SRC_URI_append_mx6 = " \
11 file://0001-freescale-mx6-release-1.1.0.patch \ 9 file://0001-freescale-mx6-release-1.1.0.patch \