summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-10-04 12:51:34 +0300
committerAndrei Gherzan <andrei@resin.io>2016-10-14 11:27:34 +0200
commitde016ceef63028f5578191785c50529695f76a1a (patch)
tree08e693dd89e0987368bfc938819430cbf04eafbd
parentb6c954de58e66e1ff0f05e3b4712a99e2fa93d17 (diff)
downloadmeta-raspberrypi-de016ceef63028f5578191785c50529695f76a1a.tar.gz
bluez5: correctly append brcm43438 service
Cannot use += operator together with machine override. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-connectivity/bluez5/bluez5_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend
index 89798a4..956d776 100644
--- a/recipes-connectivity/bluez5/bluez5_%.bbappend
+++ b/recipes-connectivity/bluez5/bluez5_%.bbappend
@@ -23,4 +23,4 @@ FILES_${PN}_append_raspberrypi3 = " \
23 /lib/firmware/brcm/BCM43430A1.hcd \ 23 /lib/firmware/brcm/BCM43430A1.hcd \
24 " 24 "
25 25
26SYSTEMD_SERVICE_${PN}_raspberrypi3 += "brcm43438.service" 26SYSTEMD_SERVICE_${PN}_append_raspberrypi3 = " brcm43438.service"