Message ID | 20250305070319.74490-1-zboszor@gmail.com |
---|---|
State | Accepted, archived |
Commit | f9bf1bbe25b625cc1bf54fdf6ed174499fc79571 |
Headers | show |
Series | rpm-sequoia-crypto-policy: Don't validate gnutls crypto policy | expand |
diff --git a/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb b/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb index f66cb56468..522e9a393d 100644 --- a/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb +++ b/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb @@ -20,9 +20,10 @@ do_compile () { # It speeds up the build and we only need DEFAULT/rpm-sequoia. rm -f $(ls -1 policies/*.pol | grep -v DEFAULT.pol) || echo nothing to delete - # Don't validate openssh policy variants. + # Don't validate openssh and gnutls policy variants. # Validation may fail and these variants are not needed. export OLD_OPENSSH=1 + export OLD_GNUTLS=1 make ASCIIDOC=echo XSLTPROC=echo }