From 844827a3d265fbde0467c5687747662ceb49a938 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 3 Aug 2021 14:43:18 +0100 Subject: Convert to new override syntax converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Andrei Gherzan --- recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb') 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" # hciuart.service replaces what was brcm43438.service inherit systemd -SYSTEMD_SERVICE_${PN} = "\ +SYSTEMD_SERVICE:${PN} = "\ hciuart.service \ bthelper@.service \ " @@ -36,12 +36,12 @@ do_install() { fi } -FILES_${PN} = "\ +FILES:${PN} = "\ ${bindir} \ ${sysconfdir} \ ${systemd_unitdir}/system \ " -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ udev-rules-rpi \ " -- cgit v1.2.3-54-g00ecf