mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/swtpm: needs gmp
Buildroot commit2b449935c2bumped swtpm from version 0.8.2 to 0.10.1. Upstream added gmp as dependency in version 0.9.0:605e0ce880This 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:
committed by
Thomas Petazzoni
parent
e513d6a5fd
commit
f11ac644ea
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user