mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user