Files
rpi-buildroot/package/libtpms/libtpms.mk
Jarkko Sakkinen 838a4e34f0 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>
(cherry picked from commit b4c9596dbf)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
2025-11-05 16:48:27 +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))