mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 12:39:11 +00: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:
parent
282d42fe3d
commit
2c3b751a12
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user