diff options
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_4.20.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_4.20.0.bb b/meta/recipes-devtools/rpm/rpm_4.20.0.bb index 45487ad32c..281fde1c82 100644 --- a/meta/recipes-devtools/rpm/rpm_4.20.0.bb +++ b/meta/recipes-devtools/rpm/rpm_4.20.0.bb | |||
@@ -100,6 +100,7 @@ WRAPPER_TOOLS = " \ | |||
100 | do_install:append:class-native() { | 100 | do_install:append:class-native() { |
101 | for tool in ${WRAPPER_TOOLS}; do | 101 | for tool in ${WRAPPER_TOOLS}; do |
102 | test -x ${D}$tool && create_wrapper ${D}$tool \ | 102 | test -x ${D}$tool && create_wrapper ${D}$tool \ |
103 | SEQUOIA_CRYPTO_POLICY=${STAGING_DATADIR_NATIVE}/crypto-policies/back-ends/rpm-sequoia.config \ | ||
103 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ | 104 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ |
104 | RPM_ETCCONFIGDIR=${STAGING_DIR_NATIVE} \ | 105 | RPM_ETCCONFIGDIR=${STAGING_DIR_NATIVE} \ |
105 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \ | 106 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \ |