mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
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>
19 lines
578 B
BlitzBasic
19 lines
578 B
BlitzBasic
SUMMARY = "in-depth comparison of files, archives, and directories"
|
|
HOMEPAGE = "https://diffoscope.org/"
|
|
LICENSE = "GPL-3.0+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
PYPI_PACKAGE = "diffoscope"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[md5sum] = "c84d8d308a40176ba2f5dc4abdbf6f73"
|
|
SRC_URI[sha256sum] = "0d6486d6eb6e0445ba21fee2e8bdd3a366ce786bfac98e00e5a95038b7815f15"
|
|
|
|
RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
|
|
|
|
# Dependencies don't build for musl
|
|
COMPATIBLE_HOST_libc-musl = 'null'
|
|
|
|
BBCLASSEXTEND = "native"
|