diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-10-04 12:51:34 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2016-10-14 11:27:34 +0200 |
commit | de016ceef63028f5578191785c50529695f76a1a (patch) | |
tree | 08e693dd89e0987368bfc938819430cbf04eafbd | |
parent | b6c954de58e66e1ff0f05e3b4712a99e2fa93d17 (diff) | |
download | meta-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_%.bbappend | 2 |
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 | ||
26 | SYSTEMD_SERVICE_${PN}_raspberrypi3 += "brcm43438.service" | 26 | SYSTEMD_SERVICE_${PN}_append_raspberrypi3 = " brcm43438.service" |