summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/bluez5/bluez5_%.bbappend6
-rw-r--r--recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb6
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend
index d1a07a4..09d4103 100644
--- a/recipes-connectivity/bluez5/bluez5_%.bbappend
+++ b/recipes-connectivity/bluez5/bluez5_%.bbappend
@@ -1,10 +1,10 @@
1FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS:prepend:rpi := "${THISDIR}/${PN}:"
2 2
3SRC_URI_append_rpi = "\ 3SRC_URI:append:rpi = "\
4 file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \ 4 file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \
5 file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \ 5 file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \
6 file://0003-Increase-firmware-load-timeout-to-30s.patch \ 6 file://0003-Increase-firmware-load-timeout-to-30s.patch \
7 file://0004-Move-the-43xx-firmware-into-lib-firmware.patch \ 7 file://0004-Move-the-43xx-firmware-into-lib-firmware.patch \
8" 8"
9 9
10RDEPENDS_${PN}_append_rpi = " pi-bluetooth" 10RDEPENDS:${PN}:append:rpi = " pi-bluetooth"
diff --git a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb
index a1eb97f..c91e3c5 100644
--- a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb
+++ b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
16 16
17# hciuart.service replaces what was brcm43438.service 17# hciuart.service replaces what was brcm43438.service
18inherit systemd 18inherit systemd
19SYSTEMD_SERVICE_${PN} = "\ 19SYSTEMD_SERVICE:${PN} = "\
20 hciuart.service \ 20 hciuart.service \
21 bthelper@.service \ 21 bthelper@.service \
22" 22"
@@ -36,12 +36,12 @@ do_install() {
36 fi 36 fi
37} 37}
38 38
39FILES_${PN} = "\ 39FILES:${PN} = "\
40 ${bindir} \ 40 ${bindir} \
41 ${sysconfdir} \ 41 ${sysconfdir} \
42 ${systemd_unitdir}/system \ 42 ${systemd_unitdir}/system \
43" 43"
44 44
45RDEPENDS_${PN} += " \ 45RDEPENDS:${PN} += " \
46 udev-rules-rpi \ 46 udev-rules-rpi \
47" 47"