]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0-plugins-bad: Remove useless overrides
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 21 Nov 2014 20:05:13 +0000 (18:05 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 24 Nov 2014 20:33:23 +0000 (18:33 -0200)
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@ossystems.com.br>
meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend

index a3f1f19d29fd8e77c8f56a13d96c2d87c2148d41..6d62b7ec11c88fa5613e82efa731460125219c44 100644 (file)
@@ -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)}"