From 16812dac9647721aeee0bf0ef815dbc0a7151c38 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Wed, 6 Dec 2017 09:34:51 +0100 Subject: 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 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb') 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" DEPENDS += "tpm-tools-native expect-native socat-native" RDEPENDS_${PN} += "tpm-tools" -SRCREV = "073e71f99eaa7a0ff9499339176af1af62c090b2" -SRC_URI = " \ - git://github.com/stefanberger/swtpm.git \ - file://fix_signed_issue.patch \ - file://fix_lib_search_path.patch \ - file://fix_fcntl_h.patch \ - file://ioctl_h.patch \ - " +SRCREV = "4f4f2f0a7e3195f6df8d235d58630a08e69403d8" +SRC_URI = "git://github.com/stefanberger/swtpm.git \ + file://fix_lib_search_path.patch \ + file://fix_fcntl_h.patch \ + file://ioctl_h.patch \ + " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf