mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-12 03:10:08 +00:00
Convert to new override syntax
This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
8dc3a31088
commit
9ea7aa2cd2
@@ -12,7 +12,7 @@ inherit setuptools3
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
do_install_append() {
|
||||
do_install:append() {
|
||||
# it ships ./bcm283x/pulseio/libgpiod_pulsein which is a prebuilt
|
||||
# 32bit binary therefore we should make this specific to 32bit rpi machines (based on bcm283x) only
|
||||
if [ ${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '1', '0', d)} = "0" ]; then
|
||||
@@ -20,11 +20,11 @@ do_install_append() {
|
||||
fi
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
libgpiod \
|
||||
python3-adafruit-platformdetect \
|
||||
python3-adafruit-pureio \
|
||||
python3-core \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_append_rpi = " rpi-gpio"
|
||||
RDEPENDS:${PN}:append:rpi = " rpi-gpio"
|
||||
|
||||
@@ -12,7 +12,7 @@ inherit setuptools3
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-adafruit-blinka \
|
||||
python3-core \
|
||||
"
|
||||
|
||||
@@ -12,7 +12,7 @@ inherit setuptools3
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-adafruit-blinka \
|
||||
python3-core \
|
||||
"
|
||||
|
||||
@@ -12,7 +12,7 @@ inherit setuptools3
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-adafruit-blinka \
|
||||
python3-adafruit-circuitpython-busdevice \
|
||||
python3-adafruit-circuitpython-motor \
|
||||
|
||||
@@ -12,7 +12,7 @@ inherit setuptools3
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-adafruit-blinka \
|
||||
python3-adafruit-circuitpython-busdevice \
|
||||
python3-adafruit-circuitpython-register \
|
||||
|
||||
@@ -12,4 +12,4 @@ DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "python3-core"
|
||||
RDEPENDS:${PN} += "python3-core"
|
||||
|
||||
@@ -12,4 +12,4 @@ inherit setuptools3
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS_${PN} += "python3-core"
|
||||
RDEPENDS:${PN} += "python3-core"
|
||||
|
||||
@@ -12,7 +12,7 @@ inherit setuptools3
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-core \
|
||||
python3-ctypes \
|
||||
python3-fcntl \
|
||||
|
||||
@@ -14,7 +14,7 @@ inherit setuptools3
|
||||
|
||||
COMPATIBLE_MACHINE = "^rpi$"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-logging \
|
||||
python3-threading \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user