summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-11-14 17:38:57 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-11-16 12:02:55 -0200
commit9497793b288caa2c26d1f7f9538cbfd281de1134 (patch)
tree17b6def0053a25882d05e28dbe26ada8e17dfcc1 /recipes-multimedia
parentfaf2ea74e9d3c707aad853b9cf26ce927f47b8d9 (diff)
downloadmeta-freescale-9497793b288caa2c26d1f7f9538cbfd281de1134.tar.gz
gstreamer1.0-plugins-bad: Add imxgpu2d override to SRC_URI
We can't append SRC_URI here without using an override because it add patches for all machines, including non imx machines, e.g QEMU machines. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
index 55fc760f..7f321cc2 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
@@ -10,7 +10,7 @@ PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11
10PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" 10PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
11 11
12 12
13SRC_URI_append = " \ 13SRC_URI_append_imxgpu2d = " \
14 file://0001-glplugin-Change-wayland-default-res-to-1024x768.patch \ 14 file://0001-glplugin-Change-wayland-default-res-to-1024x768.patch \
15 file://0002-Support-fb-backend-for-gl-plugins.patch \ 15 file://0002-Support-fb-backend-for-gl-plugins.patch \
16 file://0003-Add-directviv-to-glimagesink-to-improve-playback-per.patch \ 16 file://0003-Add-directviv-to-glimagesink-to-improve-playback-per.patch \