diff options
| -rw-r--r-- | recipes-connectivity/bluez5/bluez5_%.bbappend | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend index 03efd5c..eac8d40 100644 --- a/recipes-connectivity/bluez5/bluez5_%.bbappend +++ b/recipes-connectivity/bluez5/bluez5_%.bbappend | |||
| @@ -10,8 +10,8 @@ BCM_BT_SOURCES = " \ | |||
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | enable_bcm_bluetooth() { | 12 | enable_bcm_bluetooth() { |
| 13 | install -d ${D}/lib/firmware/brcm/ | 13 | install -d ${D}${nonarch_base_libdir}/firmware/brcm/ |
| 14 | install -m 0644 ${WORKDIR}/BCM43430A1.hcd ${D}/lib/firmware/brcm/BCM43430A1.hcd | 14 | install -m 0644 ${WORKDIR}/BCM43430A1.hcd ${D}${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd |
| 15 | 15 | ||
| 16 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 16 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
| 17 | install -d ${D}${systemd_unitdir}/system | 17 | install -d ${D}${systemd_unitdir}/system |
| @@ -20,7 +20,7 @@ enable_bcm_bluetooth() { | |||
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | BCM_BT_FIRMWARE = " \ | 22 | BCM_BT_FIRMWARE = " \ |
| 23 | /lib/firmware/brcm/BCM43430A1.hcd \ | 23 | ${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | BCM_BT_SERVICE = " brcm43438.service" | 26 | BCM_BT_SERVICE = " brcm43438.service" |
