mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
diffoscope: Exclude from musl builds
Various dependencies don't build for musl so exclude this recipe too, at least for now until the issues are resolved to avoid build failures in world builds. (From OE-Core rev: 085b0a3337e04e14e0d922a9028a7748dc81c4d0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -12,4 +12,7 @@ SRC_URI[sha256sum] = "0d6486d6eb6e0445ba21fee2e8bdd3a366ce786bfac98e00e5a95038b7
|
||||
|
||||
RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
|
||||
|
||||
# Dependencies don't build for musl
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user