diff options
-rw-r--r-- | meta-integrity/classes/sign_rpm_ext.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-integrity/classes/sign_rpm_ext.bbclass b/meta-integrity/classes/sign_rpm_ext.bbclass index 25aa998..a8362ef 100644 --- a/meta-integrity/classes/sign_rpm_ext.bbclass +++ b/meta-integrity/classes/sign_rpm_ext.bbclass | |||
@@ -10,6 +10,9 @@ RPM_FSK_PASSWORD ?= "password" | |||
10 | 10 | ||
11 | inherit sign_rpm user-key-store | 11 | inherit sign_rpm user-key-store |
12 | 12 | ||
13 | GPG_DEP = "${@'' if d.getVar('GPG_BIN') else 'gnupg-native pinentry-native'}" | ||
14 | DEPENDS_append_class-target += "${GPG_DEP}" | ||
15 | |||
13 | python check_rpm_public_key () { | 16 | python check_rpm_public_key () { |
14 | gpg_path = d.getVar('GPG_PATH', True) | 17 | gpg_path = d.getVar('GPG_PATH', True) |
15 | gpg_bin = d.getVar('GPG_BIN', True) or \ | 18 | gpg_bin = d.getVar('GPG_BIN', True) or \ |