mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
python3-adafruit-blinka: Disable on musl
it provides prebuilts which are linked against glibc. so disable it for musl Fixes microcontroller/bcm283x/pulseio/libgpiod_pulsein contained in package python3-adafruit-blinka requires libc.so.6(GLIBC_2.4), but no providers found in RDEPENDS:python3-adafruit-blinka? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
596b92e8d1
commit
7a45b41810
|
@ -28,3 +28,6 @@ RDEPENDS:${PN} += " \
|
|||
"
|
||||
|
||||
RDEPENDS:${PN}:append:rpi = " rpi-gpio"
|
||||
|
||||
COMPATIBLE_HOST:libc-musl:class-target = "null"
|
||||
|
||||
|
|
|
@ -16,3 +16,4 @@ RDEPENDS:${PN} += " \
|
|||
python3-adafruit-blinka \
|
||||
python3-core \
|
||||
"
|
||||
COMPATIBLE_HOST:libc-musl:class-target = "null"
|
||||
|
|
|
@ -16,3 +16,4 @@ RDEPENDS:${PN} += " \
|
|||
python3-adafruit-blinka \
|
||||
python3-core \
|
||||
"
|
||||
COMPATIBLE_HOST:libc-musl:class-target = "null"
|
||||
|
|
|
@ -20,3 +20,4 @@ RDEPENDS:${PN} += " \
|
|||
python3-adafruit-circuitpython-register \
|
||||
python3-core \
|
||||
"
|
||||
COMPATIBLE_HOST:libc-musl:class-target = "null"
|
||||
|
|
|
@ -18,3 +18,4 @@ RDEPENDS:${PN} += " \
|
|||
python3-adafruit-circuitpython-register \
|
||||
python3-core \
|
||||
"
|
||||
COMPATIBLE_HOST:libc-musl:class-target = "null"
|
||||
|
|
Loading…
Reference in New Issue
Block a user