]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0-plugins-bad: Add imxgpu2d override to SRC_URI
authorFabio Berton <fabio.berton@ossystems.com.br>
Mon, 14 Nov 2016 19:38:57 +0000 (17:38 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 16 Nov 2016 14:02:55 +0000 (12:02 -0200)
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>
recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend

index 55fc760f6fa34a6661f4d6710d32ed96b1d880c5..7f321cc2fbfb45471197cf5d3b62b8a4d79045be 100644 (file)
@@ -10,7 +10,7 @@ PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11
 PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
 
 
-SRC_URI_append = " \
+SRC_URI_append_imxgpu2d = " \
     file://0001-glplugin-Change-wayland-default-res-to-1024x768.patch \
     file://0002-Support-fb-backend-for-gl-plugins.patch \
     file://0003-Add-directviv-to-glimagesink-to-improve-playback-per.patch \