All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gyorgy Sarvari <skandigraun@gmail.com>
To: Ross Burton <Ross.Burton@arm.com>
Cc: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH v2] pinentry: upgrade 1.3.1 -> 1.3.2
Date: Tue, 2 Sep 2025 13:37:31 +0200	[thread overview]
Message-ID: <55d22ee4-dd85-4f80-9d77-e469982a6d50@gmail.com> (raw)
In-Reply-To: <10AC7637-C4F4-45F6-B10C-A13FE5ED192D@arm.com>

On 9/1/25 18:59, Ross Burton wrote:
> On 29 Aug 2025, at 09:01, Gyorgy Sarvari via lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org> wrote:
>> --- a/meta/recipes-support/pinentry/pinentry-1.3.1/gpg-error_pkconf.patch
>> +++ b/meta/recipes-support/pinentry/pinentry/gpg-error_pkconf.patch
> I looked again at the state of gpg and pkg-config, and I think we can clean up now.
>
> Instead of patching gpg-error.m4 to use pkg-config, I suspect we can simply do this in configure.ac:
>
> -AM_PATH_GPG_ERROR("$NEED_GPG_ERROR_VERSION”, have_gpg_error=yes,have_gpg_error=no)
> +PKG_CHECK_MODULES(GPG_ERROR, [gpg-error >= $NEED_GPG_ERROR_VERSION], have_gpg_error=yes, have_gpg_error=no)
>
> I suspect upstream won’t take that either, but it will be a lot easier to maintain for us.

Will take a look at it.

> Ross



      reply	other threads:[~2025-09-02 11:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-29  8:01 [PATCH v2] pinentry: upgrade 1.3.1 -> 1.3.2 Gyorgy Sarvari
2025-09-01 16:59 ` [OE-core] " Ross Burton
2025-09-02 11:37   ` Gyorgy Sarvari [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=55d22ee4-dd85-4f80-9d77-e469982a6d50@gmail.com \
    --to=skandigraun@gmail.com \
    --cc=Ross.Burton@arm.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.