blob: 4ba3832d10d7eee360d83b4e97e75062fe94baa8 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "in-depth comparison of files, archives, and directories"
2HOMEPAGE = "https://diffoscope.org/"
3LICENSE = "GPL-3.0+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5
6PYPI_PACKAGE = "diffoscope"
7
8inherit pypi setuptools3
9
Andrew Geissler4b740dc2020-05-05 08:54:39 -050010SRC_URI[md5sum] = "a86cf8467a5dec99832d5c082928f937"
11SRC_URI[sha256sum] = "a1fb4dd97af92bb8ce275d1caf465971726919e28efe5f043bd3ea9afb50574a"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
13RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
14
15# Dependencies don't build for musl
16COMPATIBLE_HOST_libc-musl = 'null'
17
18BBCLASSEXTEND = "native"