From c17e39b70592b8b0971a405ff41808d8b10683e4 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 4 Mar 2019 11:04:40 -0800 Subject: libtpm: upate to stable 0.6.0 Add PE This update include support for tpm2.0 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb | 16 ++++++++++++++++ meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb delete mode 100644 meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb (limited to 'meta-tpm') diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb new file mode 100644 index 0000000..a882960 --- /dev/null +++ b/meta-tpm/recipes-tpm/libtpm/libtpm_0.6.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "LIBPM - Software TPM Library" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" + +SRCREV = "9dc915572b51db0714640ba1ddf8cca9c0f24f05" +SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-${PV}" + +PE = "1" + +S = "${WORKDIR}/git" +inherit autotools-brokensep pkgconfig + +PACKAGECONFIG ?= "openssl" +PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" + +BBCLASSEXTEND = "native" diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb deleted file mode 100644 index a930d7b..0000000 --- a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "LIBPM - Software TPM Library" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" - -SRCREV = "4111bd1bcf721e6e7b5f11ed9c2b93083677aa25" -SRC_URI = "git://github.com/stefanberger/libtpms.git" - -S = "${WORKDIR}/git" -inherit autotools-brokensep pkgconfig - -PACKAGECONFIG ?= "openssl" -PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" - -PV = "1.0+git${SRCPV}" - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf