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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-01-25 16:17:53 +01:00
parent 6a66656161
commit d7b18512dc
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ RDEPENDS_${PN} = " \
${BLUEZ} \ ${BLUEZ} \
${BLUEZ}-testtools \ ${BLUEZ}-testtools \
${@base_contains("MACHINE_FEATURES", "bluetooth", "libasound-module-bluez", "", d)} \ ${@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)} \
" "