2016-01-08 18:27:56 +01:00
|
|
|
################################################################################
|
2015-11-04 18:47:05 +01:00
|
|
|
#
|
|
|
|
# tpm-tools
|
|
|
|
#
|
2016-01-08 18:27:56 +01:00
|
|
|
################################################################################
|
2015-11-04 18:47:05 +01:00
|
|
|
|
|
|
|
TPM_TOOLS_VERSION = 1.3.8
|
|
|
|
TPM_TOOLS_SITE = http://downloads.sourceforge.net/project/trousers/tpm-tools/$(TPM_TOOLS_VERSION)
|
|
|
|
TPM_TOOLS_STRIP_COMPONENTS = 2
|
|
|
|
TPM_TOOLS_LICENSE = Common Public License Version 1.0
|
|
|
|
TPM_TOOLS_LICENSE_FILES = LICENSE
|
2017-07-03 23:19:57 +02:00
|
|
|
TPM_TOOLS_DEPENDENCIES = trousers openssl $(TARGET_NLS_DEPENDENCIES)
|
2016-01-02 12:13:30 +01:00
|
|
|
# configure.in and lib/Makefile.am is patched
|
2015-12-30 11:10:50 +01:00
|
|
|
TPM_TOOLS_AUTORECONF = YES
|
2016-01-08 16:40:49 +01:00
|
|
|
TPM_TOOLS_GETTEXTIZE = YES
|
2015-11-04 18:47:05 +01:00
|
|
|
|
|
|
|
TPM_TOOLS_CONF_OPTS = --disable-pkcs11-support
|
|
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
|
|
|
TPM_TOOLS_CONF_ENV += LIBS='-liconv'
|
|
|
|
endif
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|