summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-11-21 18:05:13 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-24 18:33:23 -0200
commit6833c53fa2cabbda9ae6c1492313b0d061801c85 (patch)
tree76e214e951b1fe0af2701d49b7d3e91c3b251101 /recipes-multimedia/gstreamer
parent90953e08b59fa4e4ddb55f0084881adff7391381 (diff)
downloadmeta-fsl-arm-6833c53fa2cabbda9ae6c1492313b0d061801c85.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend3
1 files changed, 0 insertions, 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 \
6 base_contains('DISTRO_FEATURES', 'directfb', '-DEGL_API_DFB', \ 6 base_contains('DISTRO_FEATURES', 'directfb', '-DEGL_API_DFB', \
7 '-DEGL_API_FB', d),d),d)}" 7 '-DEGL_API_FB', d),d),d)}"
8 8
9PACKAGECONFIG_GL_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
10PACKAGECONFIG_GL_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
11PACKAGECONFIG_GL_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
12PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \ 9PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \
13 base_contains('DISTRO_FEATURES', 'x11', \ 10 base_contains('DISTRO_FEATURES', 'x11', \
14 'opengl', '', d), '', d)}" 11 'opengl', '', d), '', d)}"