mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] gnupg: add install option for gpg-agent
@ 2018-12-05 11:02 Hubert Feurstein
  2018-12-05 11:02 ` [ptxdist] [PATCH 2/2] gnupg: add compression algorithms support Hubert Feurstein
  0 siblings, 1 reply; 4+ messages in thread
From: Hubert Feurstein @ 2018-12-05 11:02 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
---
 rules/gnupg.in   | 4 ++++
 rules/gnupg.make | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/rules/gnupg.in b/rules/gnupg.in
index b921f1655..7118f25b1 100644
--- a/rules/gnupg.in
+++ b/rules/gnupg.in
@@ -29,6 +29,10 @@ config GNUPG_GPGV
 	bool
 	prompt "Install gpgv2"
 
+config GNUPG_GPG_AGENT
+	bool
+	prompt "Install gpg-agent"
+
 menu "public key algorithms"
 
 config GNUPG_GPG_RSA
diff --git a/rules/gnupg.make b/rules/gnupg.make
index 2afddb3bf..48585f9cd 100644
--- a/rules/gnupg.make
+++ b/rules/gnupg.make
@@ -114,6 +114,9 @@ ifdef PTXCONF_GNUPG_GPGV
 	@$(call install_copy, gnupg, 0, 0, 0755, -, /usr/bin/gpgv)
 	@$(call install_link, gnupg, gpgv, /usr/bin/gpgv2)
 endif
+ifdef PTXCONF_GNUPG_GPG_AGENT
+	@$(call install_copy, gnupg, 0, 0, 0755, -, /usr/bin/gpg-agent)
+endif
 
 	@$(call install_finish, gnupg)
 
-- 
2.17.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-07 14:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05 11:02 [ptxdist] [PATCH 1/2] gnupg: add install option for gpg-agent Hubert Feurstein
2018-12-05 11:02 ` [ptxdist] [PATCH 2/2] gnupg: add compression algorithms support Hubert Feurstein
2018-12-07  9:50   ` Michael Olbrich
2018-12-07 14:38     ` [ptxdist] [PATCH v2 " Hubert Feurstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox