summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm/swtpm/swtpm_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/swtpm/swtpm_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/swtpm/swtpm_1.0.bb')
-rw-r--r--meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb14
1 files changed, 6 insertions, 8 deletions
diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb
index 952de1a..7476020 100644
--- a/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb
+++ b/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb
@@ -10,14 +10,12 @@ DEPENDS = "libtasn1 expect socat glib-2.0 libtpm libtpm-native"
10DEPENDS += "tpm-tools-native expect-native socat-native" 10DEPENDS += "tpm-tools-native expect-native socat-native"
11RDEPENDS_${PN} += "tpm-tools" 11RDEPENDS_${PN} += "tpm-tools"
12 12
13SRCREV = "073e71f99eaa7a0ff9499339176af1af62c090b2" 13SRCREV = "4f4f2f0a7e3195f6df8d235d58630a08e69403d8"
14SRC_URI = " \ 14SRC_URI = "git://github.com/stefanberger/swtpm.git \
15 git://github.com/stefanberger/swtpm.git \ 15 file://fix_lib_search_path.patch \
16 file://fix_signed_issue.patch \ 16 file://fix_fcntl_h.patch \
17 file://fix_lib_search_path.patch \ 17 file://ioctl_h.patch \
18 file://fix_fcntl_h.patch \ 18 "
19 file://ioctl_h.patch \
20 "
21 19
22S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
23 21