From: Fabio Berton Date: Mon, 14 Nov 2016 19:38:57 +0000 (-0200) Subject: gstreamer1.0-plugins-bad: Add imxgpu2d override to SRC_URI X-Git-Tag: 2.2~144 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9497793b288caa2c26d1f7f9538cbfd281de1134;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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 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 \