1# Copyright (C) 2014-2015 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
6                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
7
8SUMMARY = "Set of Bluetooth related tools for inclusion in images"
9DESCRIPTION = "Includes bluetooth specific tools for BlueZ.\
10These tools are used at runtime."
11
12inherit packagegroup
13
14RDEPENDS:${PN} = " \
15    bluez5-noinst-tools \
16    bluez5-obex \
17    bluez5-testtools  \
18    ${@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"
27