From: Jarkko Sakkinen via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/swtpm: needs gmp
Date: Mon, 8 Dec 2025 20:54:44 +0200 [thread overview]
Message-ID: <aTce9PuTTZ4YWali@kernel.org> (raw)
In-Reply-To: <20251208174427.3459324-1-bernd@kuhls.net>
On Mon, Dec 08, 2025 at 06:44:27PM +0100, Bernd Kuhls wrote:
> Buildroot commit 2b449935c2e8e19a03a8962f49493a76ccca11f9 bumped swtpm
> from version 0.8.2 to 0.10.1.
>
> Upstream added gmp as dependency in version 0.9.0:
> https://github.com/stefanberger/swtpm/commit/605e0ce8800201fca2a9a37dea5e99be7bdb2233
>
> This causes build errors which are fixed by adding host-gmp as
> dependency.
>
> Fixes:
> https://autobuild.buildroot.net/results/d14/d14b2953e04b488b2f357386870d557d50190d34/
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/swtpm/swtpm.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/swtpm/swtpm.mk b/package/swtpm/swtpm.mk
> index 25377f5771..de7f2fa05e 100644
> --- a/package/swtpm/swtpm.mk
> +++ b/package/swtpm/swtpm.mk
> @@ -10,6 +10,7 @@ SWTPM_LICENSE = BSD-4-Clause
> SWTPM_LICENSE_FILES = LICENSE
>
> HOST_SWTPM_DEPENDENCIES = \
> + host-gmp \
> host-json-glib \
> host-libopenssl \
> host-libtasn1 \
> --
> 2.47.3
>
Thanks! I missed that sorry.
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
BR, Jarkko
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-12-08 18:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-08 17:44 [Buildroot] [PATCH 1/1] package/swtpm: needs gmp Bernd Kuhls
2025-12-08 18:54 ` Jarkko Sakkinen via buildroot [this message]
2025-12-14 17:06 ` Thomas Petazzoni via buildroot
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=aTce9PuTTZ4YWali@kernel.org \
--to=buildroot@buildroot.org \
--cc=bernd@kuhls.net \
--cc=jarkko@kernel.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.