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:
parent
6a66656161
commit
d7b18512dc
|
|
@ -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)} \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue