From: Otavio Salvador Date: Fri, 21 Nov 2014 20:05:13 +0000 (-0200) Subject: gstreamer1.0-plugins-bad: Remove useless overrides X-Git-Tag: 2.1~765 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e62952a9f13079b0c6c1fab65d1244309fe19dbf;p=meta-freescale.git gstreamer1.0-plugins-bad: Remove useless overrides The PACKAGECONFIG_GL has the same value as the provided by the recipe, by default. This removes this duplication. Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index a3f1f19d..6d62b7ec 100644 --- a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/meta-fsl-arm/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)}"