diff options
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_167.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_167.bb b/meta/recipes-support/diffoscope/diffoscope_167.bb index af9682e0a8..74cd809071 100644 --- a/meta/recipes-support/diffoscope/diffoscope_167.bb +++ b/meta/recipes-support/diffoscope/diffoscope_167.bb | |||
@@ -15,7 +15,10 @@ RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magi | |||
15 | COMPATIBLE_HOST_libc-musl = 'null' | 15 | COMPATIBLE_HOST_libc-musl = 'null' |
16 | 16 | ||
17 | do_install_append_class-native() { | 17 | do_install_append_class-native() { |
18 | create_wrapper ${D}${bindir}/diffoscope MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc | 18 | create_wrapper ${D}${bindir}/diffoscope \ |
19 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \ | ||
20 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ | ||
21 | RPM_ETCCONFIGDIR=${STAGING_DIR_NATIVE} | ||
19 | } | 22 | } |
20 | 23 | ||
21 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |