diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:43:18 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:44:07 +0100 |
commit | 844827a3d265fbde0467c5687747662ceb49a938 (patch) | |
tree | 545d37c830534b43da2533efd402d9068cc15148 /recipes-connectivity/pi-bluetooth | |
parent | 8dc3a310883ea87cd9900442f46f20bb08e57583 (diff) | |
download | meta-raspberrypi-ag/override.tar.gz |
Convert to new override syntaxag/override
converting the metadata to use ":" as the override character instead of
"_".
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-connectivity/pi-bluetooth')
-rw-r--r-- | recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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" | |||
16 | 16 | ||
17 | # hciuart.service replaces what was brcm43438.service | 17 | # hciuart.service replaces what was brcm43438.service |
18 | inherit systemd | 18 | inherit systemd |
19 | SYSTEMD_SERVICE_${PN} = "\ | 19 | SYSTEMD_SERVICE:${PN} = "\ |
20 | hciuart.service \ | 20 | hciuart.service \ |
21 | bthelper@.service \ | 21 | bthelper@.service \ |
22 | " | 22 | " |
@@ -36,12 +36,12 @@ do_install() { | |||
36 | fi | 36 | fi |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN} = "\ | 39 | FILES:${PN} = "\ |
40 | ${bindir} \ | 40 | ${bindir} \ |
41 | ${sysconfdir} \ | 41 | ${sysconfdir} \ |
42 | ${systemd_unitdir}/system \ | 42 | ${systemd_unitdir}/system \ |
43 | " | 43 | " |
44 | 44 | ||
45 | RDEPENDS_${PN} += " \ | 45 | RDEPENDS:${PN} += " \ |
46 | udev-rules-rpi \ | 46 | udev-rules-rpi \ |
47 | " | 47 | " |