From 9497793b288caa2c26d1f7f9538cbfd281de1134 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Mon, 14 Nov 2016 17:38:57 -0200 Subject: [PATCH] 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 --- .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.40.1