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>
19 lines
584 B
Makefile
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))
|