summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2017-12-06 09:34:51 +0100
committerArmin Kuster <akuster808@gmail.com>2017-12-10 15:03:55 -0800
commit16812dac9647721aeee0bf0ef815dbc0a7151c38 (patch)
tree63a85d43ff44b6de1a3a0f5b6670fbdc845fcecb /meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
parentd95d99386c211e86ec3aa67cec98f86d5b45091c (diff)
downloadmeta-security-16812dac9647721aeee0bf0ef815dbc0a7151c38.tar.gz
swtpm/libtpm: update to latest master
This allows dropping some patches for issues that were addressed upstream. It also brings in support for connecting swtpm to qemu without relying on CUSE. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb')
-rw-r--r--meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
index f9624f6..b29ec6b 100644
--- a/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
+++ b/meta-tpm/recipes-tpm/libtpm/libtpm_1.0.bb
@@ -2,11 +2,9 @@ SUMMARY = "LIBPM - Software TPM Library"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=97e5eea8d700d76b3ddfd35c4c96485f" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=97e5eea8d700d76b3ddfd35c4c96485f"
4 4
5SRCREV = "ad44846dda5a96e269ad2f78a532e01e9a2f02a1" 5SRCREV = "3388d45082bdc588c6fc0672f44d6d7d0aaa86ff"
6SRC_URI = " \ 6SRC_URI = " \
7 git://github.com/stefanberger/libtpms.git \ 7 git://github.com/stefanberger/libtpms.git \
8 file://Convert-another-vdprintf-to-dprintf.patch \
9 file://Use-format-s-for-call-to-dprintf.patch \
10 " 8 "
11 9
12S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"