summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_172.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_172.bb b/meta/recipes-support/diffoscope/diffoscope_172.bb
index eb85d6c854..b26713c47f 100644
--- a/meta/recipes-support/diffoscope/diffoscope_172.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_172.bb
@@ -18,6 +18,7 @@ do_install_append_class-native() {
18 create_wrapper ${D}${bindir}/diffoscope \ 18 create_wrapper ${D}${bindir}/diffoscope \
19 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \ 19 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \
20 RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ 20 RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \
21 LD_LIBRARY_PATH=${STAGING_LIBDIR_NATIVE} \
21 RPM_ETCCONFIGDIR=${STAGING_DIR_NATIVE} 22 RPM_ETCCONFIGDIR=${STAGING_DIR_NATIVE}
22} 23}
23 24