package/swtpm: needs gmp

Buildroot commit 2b449935c2 bumped swtpm
from version 0.8.2 to 0.10.1.

Upstream added gmp as dependency in version 0.9.0:
605e0ce880

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>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls
2025-12-08 18:44:27 +01:00
committed by Thomas Petazzoni
parent e513d6a5fd
commit f11ac644ea

View File

@@ -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 \