blob: f976ca109cc97d2845331011e522b0782879da31 [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
Patrick Williams213cb262021-08-07 19:21:33 -050014RDEPENDS:${PN} = " \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015 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"