tpm2.0-tss: update to latest

[v2]:
include new hash

LICENSE file changes do to removal of TCG

minor changes do to configure and makefile updates

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2017-03-27 14:37:22 -07:00
committed by Armin Kuster
parent 78af65abb4
commit 794d8e89ac
+13 -6
View File
@@ -1,14 +1,15 @@
SUMMARY = "Software stack for TPM2." SUMMARY = "Software stack for TPM2."
DESCRIPTION = "tpm2.0-tss like woah." DESCRIPTION = "tpm2.0-tss like woah."
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=17067aa50a585593d421b16cffd805a9" LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
SECTION = "tpm" SECTION = "tpm"
SRCREV = "8e25d0cbb287d30c93b2b77e99bc761dc67e31a9" DEPENDS = "autoconf-archive pkgconfig"
SRCREV = "d1bd1fe175d233c7c5adbe1b9f3d256c41721001"
SRC_URI = " \ SRC_URI = " \
git://github.com/01org/TPM2.0-TSS.git;protocol=git;branch=master;name=TPM2.0-TSS;destsuffix=TPM2.0-TSS \ git://github.com/01org/TPM2.0-TSS.git;protocol=git;branch=master;name=TPM2.0-TSS;destsuffix=TPM2.0-TSS \
file://ax_pthread.m4 \ file://ax_pthread.m4"
file://fix_musl_select_include.patch "
inherit autotools pkgconfig systemd inherit autotools pkgconfig systemd
@@ -20,7 +21,7 @@ do_configure_prepend () {
# execute the bootstrap script # execute the bootstrap script
currentdir=$(pwd) currentdir=$(pwd)
cd ${S} cd ${S}
./bootstrap --force ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" ./bootstrap
cd $currentdir cd $currentdir
} }
@@ -59,16 +60,22 @@ PACKAGES = " \
resourcemgr \ resourcemgr \
" "
FILES_libtss2 = "${libdir}/libsapi.so.0.0.0" FILES_libtss2 = " \
${libdir}/libsapi.so.0.0.0 \
${libdir}/libmarshal.so.0.0.0 \
"
FILES_libtss2-dev = " \ FILES_libtss2-dev = " \
${includedir}/sapi \ ${includedir}/sapi \
${includedir}/tcti/common.h \ ${includedir}/tcti/common.h \
${libdir}/libsapi.so* \ ${libdir}/libsapi.so* \
${libdir}/libmarshal.so* \
${libdir}/pkgconfig/sapi.pc \ ${libdir}/pkgconfig/sapi.pc \
" "
FILES_libtss2-staticdev = " \ FILES_libtss2-staticdev = " \
${libdir}/libsapi.a \ ${libdir}/libsapi.a \
${libdir}/libsapi.la \ ${libdir}/libsapi.la \
${libdir}/libmarshal.a \
${libdir}/libmarshal.la \
" "
FILES_libtctidevice = "${libdir}/libtcti-device.so.0.0.0" FILES_libtctidevice = "${libdir}/libtcti-device.so.0.0.0"
FILES_libtctidevice-dev = " \ FILES_libtctidevice-dev = " \