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