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 /dynamic-layers/meta-python/recipes-connectivity/lirc | |
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 'dynamic-layers/meta-python/recipes-connectivity/lirc')
-rw-r--r-- | dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bbappend b/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bbappend index 5d3ab4d..22f8ce4 100644 --- a/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bbappend +++ b/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI_append_rpi = " \ | 3 | SRC_URI:append:rpi = " \ |
4 | file://lirc-gpio-ir-0.10.patch \ | 4 | file://lirc-gpio-ir-0.10.patch \ |
5 | file://lircd.service \ | 5 | file://lircd.service \ |
6 | " | 6 | " |