mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
diffoscope: upgrade 156 -> 158
(From OE-Core rev: 017aff2bc127cad6c9d0f6feefc2e200a06efec2) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ed0314e26e
commit
ca71b89c6c
17
meta/recipes-support/diffoscope/diffoscope_158.bb
Normal file
17
meta/recipes-support/diffoscope/diffoscope_158.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
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[sha256sum] = "54e6d074a783c742b18b18a63328ac6821f4bedbb3d721a5d6af6ccb5d4fe6b2"
|
||||
|
||||
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