Skip to content

Commit

Permalink
gstreamer1.0-plugins-bad: Drop using bluetooth bbclass
Browse files Browse the repository at this point in the history
It has been deprecated for few years and finally now
removed from oe-core

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj authored and otavio committed Jul 12, 2019
1 parent 6be9d19 commit fd0fbb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+"

DEPENDS += "gstreamer1.0-plugins-base jpeg"

inherit gettext bluetooth
inherit gettext

PACKAGECONFIG ??= " \
${GSTREAMER_ORC} \
Expand All @@ -61,7 +61,7 @@ PACKAGECONFIG ??= " \
# not add GL dependencies here, since these are taken care of in -base.

PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass"
PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,${BLUEZ}"
PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez5"
PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2"
PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
PACKAGECONFIG[dash] = "--enable-dash,--disable-dash,libxml2"
Expand Down

0 comments on commit fd0fbb2

Please sign in to comment.