summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/diffoscope
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/diffoscope')
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_172.bb (renamed from meta/recipes-support/diffoscope/diffoscope_136.bb)11
1 files changed, 9 insertions, 2 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_136.bb b/meta/recipes-support/diffoscope/diffoscope_172.bb
index 3e3e1dfc00..b26713c47f 100644
--- a/meta/recipes-support/diffoscope/diffoscope_136.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_172.bb
@@ -7,12 +7,19 @@ PYPI_PACKAGE = "diffoscope"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10SRC_URI[md5sum] = "c84d8d308a40176ba2f5dc4abdbf6f73" 10SRC_URI[sha256sum] = "5ffe7f38555c6409bc7e7edc277ed77dd78641fe1306fc38d153dbbe445ddea4"
11SRC_URI[sha256sum] = "0d6486d6eb6e0445ba21fee2e8bdd3a366ce786bfac98e00e5a95038b7815f15"
12 11
13RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic" 12RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
14 13
15# Dependencies don't build for musl 14# Dependencies don't build for musl
16COMPATIBLE_HOST_libc-musl = 'null' 15COMPATIBLE_HOST_libc-musl = 'null'
17 16
17do_install_append_class-native() {
18 create_wrapper ${D}${bindir}/diffoscope \
19 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \
20 RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \
21 LD_LIBRARY_PATH=${STAGING_LIBDIR_NATIVE} \
22 RPM_ETCCONFIGDIR=${STAGING_DIR_NATIVE}
23}
24
18BBCLASSEXTEND = "native" 25BBCLASSEXTEND = "native"