summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoltán Böszörményi <zboszor@gmail.com>2025-02-13 16:23:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-18 11:56:04 +0000
commit51d5e12aa042c55624f4b605e93fd95351eaa5d7 (patch)
tree97993066ab1485a6075d5240fe67a54627c1be32
parent7c3c6f844db80a47b2b517e81546128bdbd2b052 (diff)
downloadpoky-51d5e12aa042c55624f4b605e93fd95351eaa5d7.tar.gz
rpm: Set SEQUOIA_CRYPTO_POLICY in wrapped tools
Point to the crypto policy file so RPM signing may work. (From OE-Core rev: 23083b72e3e6587dca9ca5a16762676e981b4a3b) Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/rpm/rpm_4.20.0.bb1
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 = " \
100do_install:append:class-native() { 100do_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 \