mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
python3-adafruit-blinka: Make rpi-gpio dependency conditional
https://github.com/agherzan/meta-raspberrypi/pull/815 introduced python3-adafruit-blinka and this recipe has added rdep on rpi-gpio, however rpi-gpio is rpi specific package, and therefore should only be added when building rpi based platforms, this makes the layer work in a multi-bsp setup work Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0a83508fac9397fe570415622164f56b32715ced) Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
This commit is contained in:
parent
61dbe0edd7
commit
cb60274634
@ -17,5 +17,6 @@ RDEPENDS_${PN} += " \
|
||||
python3-adafruit-platformdetect \
|
||||
python3-adafruit-pureio \
|
||||
python3-core \
|
||||
rpi-gpio \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_append_rpi = " rpi-gpio"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user