pi-bluetooth: Runtime depends on udev-rules-rpi

Add udev-rules-rpi as a runtime dependency. It brings udev rules
for creating /dev/serial1. This way hciuart.service, provided by
pi-bluetooth, will be successfully started because it depends
on dev-serial1.device. As a result the Bluetooth module will
be properly attached via UART HCI to BlueZ stack.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
Leon Anavi 2019-12-18 16:39:38 +02:00 committed by Andrei Gherzan
parent a0a5d3848e
commit bc7b654fee

View File

@ -43,3 +43,7 @@ FILES_${PN} = "\
${sysconfdir} \
${systemd_unitdir}/system \
"
RDEPENDS_${PN} += " \
udev-rules-rpi \
"