On 9/1/25 18:59, Ross Burton wrote:
> On 29 Aug 2025, at 09:01, Gyorgy Sarvari via lists.openembedded.org 
> <[email protected]> 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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#222725): 
https://lists.openembedded.org/g/openembedded-core/message/222725
Mute This Topic: https://lists.openembedded.org/mt/114949000/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to