Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | # Copyright (C) 2014-2015 Freescale Semiconductor |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | |
| 4 | LICENSE = "MIT" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 7 | |
| 8 | SUMMARY = "Set of Bluetooth related tools for inclusion in images" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 9 | DESCRIPTION = "Includes bluetooth specific tools for BlueZ.\ |
| 10 | These tools are used at runtime." |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | |
| 12 | inherit packagegroup |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 13 | |
Brad Bishop | 90ca747 | 2019-08-20 09:15:15 -0400 | [diff] [blame] | 14 | RDEPENDS_${PN} = " \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | bluez5-noinst-tools \ |
| 16 | bluez5-obex \ |
| 17 | bluez5-testtools \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | " |