diff options
-rw-r--r-- | meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb index 913e31111d..2b4448a228 100644 --- a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb +++ b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb | |||
@@ -6,17 +6,10 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
7 | 7 | ||
8 | SUMMARY = "Set of Bluetooth related tools for inclusion in images" | 8 | SUMMARY = "Set of Bluetooth related tools for inclusion in images" |
9 | DESCRIPTION = "Includes bluetooth specific tools for this version of BlueZ.\ | 9 | DESCRIPTION = "Includes bluetooth specific tools for BlueZ.\ |
10 | These tools are used at runtime. \ | 10 | These tools are used at runtime." |
11 | Supports BlueZ4 and BlueZ5." | ||
12 | 11 | ||
13 | inherit packagegroup | 12 | inherit packagegroup |
14 | inherit bluetooth | ||
15 | |||
16 | RDEPENDS_bluez4 = " \ | ||
17 | obexftp \ | ||
18 | ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'libasound-module-bluez', '', d)} \ | ||
19 | " | ||
20 | 13 | ||
21 | RDEPENDS_bluez5 = " \ | 14 | RDEPENDS_bluez5 = " \ |
22 | bluez5-noinst-tools \ | 15 | bluez5-noinst-tools \ |