mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Hubert Feurstein <h.feurstein@gmail.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] gnupg: add install option for gpg-agent
Date: Wed,  5 Dec 2018 12:02:12 +0100	[thread overview]
Message-ID: <20181205110213.25582-1-h.feurstein@gmail.com> (raw)

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

             reply	other threads:[~2018-12-05 11:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05 11:02 Hubert Feurstein [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181205110213.25582-1-h.feurstein@gmail.com \
    --to=h.feurstein@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox