diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-04 22:13:24 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-05 10:16:45 -0300 |
commit | 756446eb759e6c6146f6eb27c403cc34751dc325 (patch) | |
tree | 152b69113db68b6597aa95de3b31d91f7c9e21c5 | |
parent | 7793a8e52289fe17223ab5b6a5dc806ce2dbacc8 (diff) | |
download | meta-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.bbappend | 6 |
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 | ||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
4 | PRINC := "${@int(PRINC) + 1}" | 4 | PRINC := "${@int(PRINC) + 2}" |
5 | 5 | ||
6 | DEPENDS_mx6 += "gst-fsl-plugin" | 6 | DEPENDS_append_mx6 = " gst-fsl-plugin gpu-viv-bin-mx6q" |
7 | DEPENDS_${PN}_mx6 += "gpu-viv-bin-mx6q" | ||
8 | RDEPENDS_${PN}_mx6 += "libglslc-mx6" | ||
9 | 7 | ||
10 | SRC_URI_append_mx6 = " \ | 8 | SRC_URI_append_mx6 = " \ |
11 | file://0001-freescale-mx6-release-1.1.0.patch \ | 9 | file://0001-freescale-mx6-release-1.1.0.patch \ |