diff options
author | Peter A. Bigot <pab@pabigot.com> | 2018-05-06 08:25:04 -0500 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-05-09 16:45:50 +0100 |
commit | df53ac131aa35753703af4a6a251a4fc7dec4d4e (patch) | |
tree | e521cda8c59532b767f934594e4063215a83eb6d | |
parent | 8aca17aa5833cb4f2716a950079f6cdef2c699ee (diff) | |
download | meta-raspberrypi-df53ac131aa35753703af4a6a251a4fc7dec4d4e.tar.gz |
bluez5: trivial fix to RDEPENDS
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
-rw-r--r-- | recipes-connectivity/bluez5/bluez5_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend index f64d082..4a26566 100644 --- a/recipes-connectivity/bluez5/bluez5_%.bbappend +++ b/recipes-connectivity/bluez5/bluez5_%.bbappend | |||
@@ -52,4 +52,4 @@ FILES_${PN}_append_raspberrypi0-wifi = " ${BCM_BT_FIRMWARE}" | |||
52 | 52 | ||
53 | SYSTEMD_SERVICE_${PN}_append_raspberrypi0-wifi = " ${BCM_BT_SERVICE}" | 53 | SYSTEMD_SERVICE_${PN}_append_raspberrypi0-wifi = " ${BCM_BT_SERVICE}" |
54 | 54 | ||
55 | RDEPENDS_${PN}_append_raspebrrypi0-wifi = " udev-rules-rpi" | 55 | RDEPENDS_${PN}_append_raspberrypi0-wifi = " udev-rules-rpi" |