From d7b18512dc06ca9a534e8dae23bbc1bffeda8fff Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 25 Jan 2016 16:17:53 +0100 Subject: [PATCH] packagegroup-dey-bluetooth: add bluez5-obex package This install the 'obexd' server which is needed for the QT5 bluetooth file transfer example applications. https://jira.digi.com/browse/DEL-2147 Signed-off-by: Javier Viguera --- .../packagegroups/packagegroup-dey-bluetooth.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-connectivity/packagegroups/packagegroup-dey-bluetooth.bb b/meta-digi-dey/recipes-connectivity/packagegroups/packagegroup-dey-bluetooth.bb index 67b7436d3..b471bbb88 100644 --- a/meta-digi-dey/recipes-connectivity/packagegroups/packagegroup-dey-bluetooth.bb +++ b/meta-digi-dey/recipes-connectivity/packagegroups/packagegroup-dey-bluetooth.bb @@ -13,5 +13,5 @@ RDEPENDS_${PN} = " \ ${BLUEZ} \ ${BLUEZ}-testtools \ ${@base_contains("MACHINE_FEATURES", "bluetooth", "libasound-module-bluez", "", d)} \ - ${@base_contains("BLUEZ", "bluez5", "bluez5-noinst-tools", "", d)} \ + ${@base_contains("BLUEZ", "bluez5", "bluez5-noinst-tools bluez5-obex", "", d)} \ "