aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-01-19 16:28:05 +0100
committerYannick Gicquel <yannick.gicquel@iot.bzh>2016-01-19 16:28:05 +0100
commitea40839f35cb8924423334e7d095190cfcb8571b (patch)
tree167232c81c87638b7c124a13e69a02c3512ded81 /common
parentedaf53aa20cce894198295455f89bd014e2c84d5 (diff)
common: gstreamer-plugins-*: remove redundant description
these were backported from upstream meta-renesas: http://git.yoctoproject.org/git/meta-renesas please refer to 6427ea7388...d556a1491d Change-Id: I75047f07037f7412f27730d5143aa02935930b8e Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend14
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend5
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.2.3.bbappend5
3 files changed, 2 insertions, 22 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend
index 0a0f5d9..4b37238 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend
+++ b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.2.3.bbappend
@@ -1,21 +1,11 @@
-PACKAGECONFIG ??= " \
- ${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
- ${@base_contains('DISTRO_FEATURES', 'opengl', 'eglgles', '', d)} \
- ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
- ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
- curl uvch264 neon \
- hls sbc dash bz2 smoothstreaming \
- "
-
-DEPENDS += "directfb faad2 libxml2 libuiomux libshvio"
+DEPENDS += "faad2 libxml2 libuiomux libshvio"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
TARGET_CFLAGS += "-D_GNU_SOURCE"
-PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb"
PACKAGECONFIG := "${@'${PACKAGECONFIG}'.replace('curl', '')}"
PACKAGECONFIG := "${@'${PACKAGECONFIG}'.replace('eglgles', '')}"
PACKAGECONFIG += "faad directfb"
-EXTRA_OECONF += "--enable-directfb --enable-experimental --disable-nls"
+EXTRA_OECONF += "--enable-experimental --disable-nls"
diff --git a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend
deleted file mode 100644
index 2f46ba3..0000000
--- a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-PACKAGECONFIG ??= " \
- ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
- ${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \
- ivorbis ogg theora vorbis \
- "
diff --git a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.2.3.bbappend b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.2.3.bbappend
deleted file mode 100644
index 910b031..0000000
--- a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.2.3.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-PACKAGECONFIG ??= " \
- ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
- ${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
- cairo flac gdk-pixbuf jpeg libpng soup speex taglib \
- "