Files
Jarkko Sakkinen b4c9596dbf package/libtpms: bump version to 0.10.1
Release notes:
https://github.com/stefanberger/libtpms/releases/tag/v0.10.1

Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
[Julien:
 - remove old hash entry
 - fix release note url in commit log
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-10-29 22:48:00 +01:00

19 lines
584 B
Makefile

################################################################################
#
# libtpms
#
################################################################################
LIBTPMS_VERSION = 0.10.1
LIBTPMS_SITE = $(call github,stefanberger,libtpms,v$(LIBTPMS_VERSION))
LIBTPMS_LICENSE = BSD-4-Clause
LIBTPMS_LICENSE_FILES = LICENSE
LIBTPMS_INSTALL_STAGING = YES
# Required because a plain Git clone is used:
HOST_LIBTPMS_AUTORECONF = YES
HOST_LIBTPMS_DEPENDENCIES = host-pkgconf host-openssl
HOST_LIBTPMS_CONF_OPTS = --with-openssl -with-tpm2
$(eval $(host-autotools-package))