rocko migration: remove libasound-module references
This has been removed from Bluez. https://jira.digi.com/browse/DEL-5518 Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
f4aee6cecc
commit
e3ef4f69b3
|
|
@ -11,7 +11,7 @@ MACHINE_BLUETOOTH_EXTRA_INSTALL ?= "${@bb.utils.contains('BLUEZ', 'bluez5', 'blu
|
||||||
RDEPENDS_${PN} = " \
|
RDEPENDS_${PN} = " \
|
||||||
${BLUEZ} \
|
${BLUEZ} \
|
||||||
${BLUEZ}-testtools \
|
${BLUEZ}-testtools \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', 'libasound-module-bluez', '', d)} \
|
|
||||||
${@bb.utils.contains('BLUEZ', 'bluez5', 'bluez5-noinst-tools bluez5-obex', '', d)} \
|
${@bb.utils.contains('BLUEZ', 'bluez5', 'bluez5-noinst-tools bluez5-obex', '', d)} \
|
||||||
${MACHINE_BLUETOOTH_EXTRA_INSTALL} \
|
${MACHINE_BLUETOOTH_EXTRA_INSTALL} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue