From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Jonas Rebmann <jre@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] gnupg: add gpgtar option
Date: Thu, 26 Sep 2024 15:18:54 +0200 [thread overview]
Message-ID: <20240926131854.1717473-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20240918-gnupg-gpgtar-v2-1-337e7622a0b5@pengutronix.de>
Thanks, applied as ef48ae5c83e2fccb3217f68ae50ea98fb2734e14.
Michael
[sent from post-receive hook]
On Thu, 26 Sep 2024 15:18:54 +0200, Jonas Rebmann <jre@pengutronix.de> wrote:
> we do need the gpgtar utility so an option to enable it would be helpful.
>
> Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
> Message-Id: <20240918-gnupg-gpgtar-v2-1-337e7622a0b5@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gnupg.in b/rules/gnupg.in
> index e515be093e20..e66ed0d40a62 100644
> --- a/rules/gnupg.in
> +++ b/rules/gnupg.in
> @@ -31,6 +31,10 @@ config GNUPG_GPGV
> bool
> prompt "Install gpgv2"
>
> +config GNUPG_GPGTAR
> + bool
> + prompt "Install gpgtar"
> +
> config GNUPG_GPG_AGENT
> bool
> prompt "Install gpg-agent"
> diff --git a/rules/gnupg.make b/rules/gnupg.make
> index 18761ba60904..efd9eddd2a42 100644
> --- a/rules/gnupg.make
> +++ b/rules/gnupg.make
> @@ -47,7 +47,7 @@ GNUPG_CONF_OPT := $(CROSS_AUTOCONF_USR) \
> --disable-keyboxd \
> --disable-tpm2d \
> --disable-doc \
> - --disable-gpgtar \
> + --$(call ptx/endis, PTXCONF_GNUPG_GPGTAR)-gpgtar \
> --disable-wks-tools \
> --disable-gpg-is-gpg2 \
> --$(call ptx/endis, PTXCONF_GLOBAL_SELINUX)-selinux-support \
> @@ -125,6 +125,9 @@ endif
> ifdef PTXCONF_GNUPG_GPG_AGENT
> @$(call install_copy, gnupg, 0, 0, 0755, -, /usr/bin/gpg-agent)
> endif
> +ifdef PTXCONF_GNUPG_GPGTAR
> + @$(call install_copy, gnupg, 0, 0, 0755, -, /usr/bin/gpgtar)
> +endif
>
> @$(call install_finish, gnupg)
>
prev parent reply other threads:[~2024-09-26 13:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-19 13:34 [ptxdist] [PATCH v2] " Jonas Rebmann
2024-09-26 13:18 ` Michael Olbrich [this message]
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=20240926131854.1717473-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=jre@pengutronix.de \
--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