diff options
Diffstat (limited to 'meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb')
| -rw-r--r-- | meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 () { | |||
| 20 | # It speeds up the build and we only need DEFAULT/rpm-sequoia. | 20 | # It speeds up the build and we only need DEFAULT/rpm-sequoia. |
| 21 | rm -f $(ls -1 policies/*.pol | grep -v DEFAULT.pol) || echo nothing to delete | 21 | rm -f $(ls -1 policies/*.pol | grep -v DEFAULT.pol) || echo nothing to delete |
| 22 | 22 | ||
| 23 | # Don't validate openssh policy variants. | 23 | # Don't validate openssh and gnutls policy variants. |
| 24 | # Validation may fail and these variants are not needed. | 24 | # Validation may fail and these variants are not needed. |
| 25 | export OLD_OPENSSH=1 | 25 | export OLD_OPENSSH=1 |
| 26 | export OLD_GNUTLS=1 | ||
| 26 | 27 | ||
| 27 | make ASCIIDOC=echo XSLTPROC=echo | 28 | make ASCIIDOC=echo XSLTPROC=echo |
| 28 | } | 29 | } |
