mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
diffoscope: upgrade 147 -> 148
(From OE-Core rev: 3a551dff6f75f1abedd22f0c96062441ec4e80b6) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0121da46ac
commit
bde2c1709d
17
meta/recipes-support/diffoscope/diffoscope_148.bb
Normal file
17
meta/recipes-support/diffoscope/diffoscope_148.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] = "54e39043226045419ba37f9b7aae4b96939f5ec16f37c44cc102e3d3f8e9ab1b"
|
||||
|
||||
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