diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-07-12 12:23:12 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-07-12 17:16:24 -0300 |
commit | fd0fbb2abde8c296c4a350ad4335b64b6d9c01c2 (patch) | |
tree | 968e151752e55fc872a638166f0143b6ecab0937 | |
parent | 6be9d197386b5c3bd72023981df805d42f87684c (diff) | |
download | meta-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>
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.imx.bb | 4 |
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 | ||
46 | DEPENDS += "gstreamer1.0-plugins-base jpeg" | 46 | DEPENDS += "gstreamer1.0-plugins-base jpeg" |
47 | 47 | ||
48 | inherit gettext bluetooth | 48 | inherit gettext |
49 | 49 | ||
50 | PACKAGECONFIG ??= " \ | 50 | PACKAGECONFIG ??= " \ |
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 | ||
63 | PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass" | 63 | PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass" |
64 | PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,${BLUEZ}" | 64 | PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez5" |
65 | PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2" | 65 | PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2" |
66 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" | 66 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" |
67 | PACKAGECONFIG[dash] = "--enable-dash,--disable-dash,libxml2" | 67 | PACKAGECONFIG[dash] = "--enable-dash,--disable-dash,libxml2" |