[meta-freescale] [meta-fsl-arm][PATCH 2/4] gstreamer1.0-plugins-bad: Remove useless overrides

Otavio Salvador otavio at ossystems.com.br
Mon Nov 24 12:39:53 PST 2014


The PACKAGECONFIG_GL has the same value as the provided
by the recipe, by default. This removes this duplication.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
index a3f1f19..6d62b7e 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
@@ -6,9 +6,6 @@ CFLAGS_append_mx6 = " -DLINUX \
                          base_contains('DISTRO_FEATURES', 'directfb', '-DEGL_API_DFB', \
                          '-DEGL_API_FB', d),d),d)}"
 
-PACKAGECONFIG_GL_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
-PACKAGECONFIG_GL_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
-PACKAGECONFIG_GL_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
 PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \
                            base_contains('DISTRO_FEATURES', 'x11', \
                                     'opengl', '', d), '', d)}"
-- 
2.1.1



More information about the meta-freescale mailing list