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-devtools/python/python3-adafruit-blinka_6.2.2.bb | |
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-devtools/python/python3-adafruit-blinka_6.2.2.bb')
-rw-r--r-- | recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb b/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb index dc9e680..4659ad9 100644 --- a/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb +++ b/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb | |||
@@ -12,7 +12,7 @@ inherit setuptools3 | |||
12 | 12 | ||
13 | DEPENDS += "python3-setuptools-scm-native" | 13 | DEPENDS += "python3-setuptools-scm-native" |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | # it ships ./bcm283x/pulseio/libgpiod_pulsein which is a prebuilt | 16 | # it ships ./bcm283x/pulseio/libgpiod_pulsein which is a prebuilt |
17 | # 32bit binary therefore we should make this specific to 32bit rpi machines (based on bcm283x) only | 17 | # 32bit binary therefore we should make this specific to 32bit rpi machines (based on bcm283x) only |
18 | if [ ${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '1', '0', d)} = "0" ]; then | 18 | if [ ${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '1', '0', d)} = "0" ]; then |
@@ -20,11 +20,11 @@ do_install_append() { | |||
20 | fi | 20 | fi |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS:${PN} += " \ |
24 | libgpiod \ | 24 | libgpiod \ |
25 | python3-adafruit-platformdetect \ | 25 | python3-adafruit-platformdetect \ |
26 | python3-adafruit-pureio \ | 26 | python3-adafruit-pureio \ |
27 | python3-core \ | 27 | python3-core \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RDEPENDS_${PN}_append_rpi = " rpi-gpio" | 30 | RDEPENDS:${PN}:append:rpi = " rpi-gpio" |