All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] bluez5: correctly append brcm43438 service
@ 2016-10-04  9:51 Samuli Piippo
  2016-10-14 12:39 ` Andrei Gherzan
  0 siblings, 1 reply; 2+ messages in thread
From: Samuli Piippo @ 2016-10-04  9:51 UTC (permalink / raw)
  To: yocto

Cannot use += operator together with machine override.

Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
---
 recipes-connectivity/bluez5/bluez5_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = " \
     /lib/firmware/brcm/BCM43430A1.hcd \
     "
 
-SYSTEMD_SERVICE_${PN}_raspberrypi3 += "brcm43438.service"
+SYSTEMD_SERVICE_${PN}_append_raspberrypi3 = " brcm43438.service"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-14 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04  9:51 [meta-raspberrypi][PATCH] bluez5: correctly append brcm43438 service Samuli Piippo
2016-10-14 12:39 ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.