blob: 2b4448a228af8ec6ab839500b53b779fab9e1558 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# Copyright (C) 2014-2015 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4LICENSE = "MIT"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
7
8SUMMARY = "Set of Bluetooth related tools for inclusion in images"
Brad Bishop26bdd442019-08-16 17:08:17 -04009DESCRIPTION = "Includes bluetooth specific tools for BlueZ.\
10These tools are used at runtime."
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
12inherit packagegroup
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013
14RDEPENDS_bluez5 = " \
15 bluez5-noinst-tools \
16 bluez5-obex \
17 bluez5-testtools \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050018 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', \
19 'pulseaudio-module-bluetooth-discover \
20 pulseaudio-module-bluetooth-policy \
21 pulseaudio-module-bluez5-discover \
22 pulseaudio-module-bluez5-device \
23 pulseaudio-module-switch-on-connect \
24 pulseaudio-module-loopback', \
25 '', d)} \
26"