summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-12 12:23:12 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2019-07-12 17:16:24 -0300
commitfd0fbb2abde8c296c4a350ad4335b64b6d9c01c2 (patch)
tree968e151752e55fc872a638166f0143b6ecab0937 /recipes-multimedia/gstreamer
parent6be9d197386b5c3bd72023981df805d42f87684c (diff)
downloadmeta-freescale-fd0fbb2abde8c296c4a350ad4335b64b6d9c01c2.tar.gz
gstreamer1.0-plugins-bad: Drop using bluetooth bbclass
It has been deprecated for few years and finally now removed from oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb
index cfb18957..d063c066 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb
@@ -45,7 +45,7 @@ LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+"
45 45
46DEPENDS += "gstreamer1.0-plugins-base jpeg" 46DEPENDS += "gstreamer1.0-plugins-base jpeg"
47 47
48inherit gettext bluetooth 48inherit gettext
49 49
50PACKAGECONFIG ??= " \ 50PACKAGECONFIG ??= " \
51 ${GSTREAMER_ORC} \ 51 ${GSTREAMER_ORC} \
@@ -61,7 +61,7 @@ PACKAGECONFIG ??= " \
61# not add GL dependencies here, since these are taken care of in -base. 61# not add GL dependencies here, since these are taken care of in -base.
62 62
63PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass" 63PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass"
64PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,${BLUEZ}" 64PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez5"
65PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2" 65PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2"
66PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" 66PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
67PACKAGECONFIG[dash] = "--enable-dash,--disable-dash,libxml2" 67PACKAGECONFIG[dash] = "--enable-dash,--disable-dash,libxml2"