summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-07-12 10:48:13 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-15 09:29:59 +0100
commita9bbda96ebebe9b7b57afdb96f0606c207835d7b (patch)
tree1c21694ad877b6739d676f2be00c37ddfb2192db /meta/recipes-multimedia/gstreamer
parent7a6b2ce603a44db60a3ba7a4a62ec3c04c1db656 (diff)
downloadpoky-a9bbda96ebebe9b7b57afdb96f0606c207835d7b.tar.gz
meta: Remove remnants of bluez4 support
bluez4 was removed from meta-oe 2 years ago. Simplfy the setup of the two level bluetooth and bluez4/bluez5 distro features by removing the bluez4/bluez5 distro features. This also removes the no longer required bluetooth class. (From OE-Core rev: dcf889e93401f7c4de0055d53271eacc3882eccc) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.0.bb
index 5af01a37ce..f9289e92d2 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.0.bb
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
19 19
20DEPENDS += "gstreamer1.0-plugins-base" 20DEPENDS += "gstreamer1.0-plugins-base"
21 21
22inherit gettext bluetooth gobject-introspection 22inherit gettext gobject-introspection
23 23
24PACKAGECONFIG ??= " \ 24PACKAGECONFIG ??= " \
25 ${GSTREAMER_ORC} \ 25 ${GSTREAMER_ORC} \
@@ -35,7 +35,7 @@ PACKAGECONFIG ??= " \
35# not add GL dependencies here, since these are taken care of in -base. 35# not add GL dependencies here, since these are taken care of in -base.
36 36
37PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass" 37PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass"
38PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,${BLUEZ}" 38PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez5"
39PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2" 39PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2"
40PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" 40PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
41PACKAGECONFIG[dash] = "--enable-dash,--disable-dash,libxml2" 41PACKAGECONFIG[dash] = "--enable-dash,--disable-dash,libxml2"