diff options
author | Amarnath Valluri <amarnath.valluri@intel.com> | 2017-04-11 10:08:12 +0300 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-04-11 20:42:19 -0700 |
commit | 72de9714a1862f87168fc78d2e207e8f7e12256a (patch) | |
tree | a849013ab7295097aa05633fc6ae5edc496af586 | |
parent | 66bcc2399d34b07c9700b871da81c7daf0cacaef (diff) | |
download | meta-security-72de9714a1862f87168fc78d2e207e8f7e12256a.tar.gz |
swtpm: update to latest tip
Pull in changes to support passing client control sockets(--ctrl
type=unixio,clientfd=<fd>), that allows to fork swtpm and communicate using
socketpair.
Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-tpm/swtpm/swtpm_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-tpm/swtpm/swtpm_1.0.bb b/recipes-tpm/swtpm/swtpm_1.0.bb index 99c6fdc..14f668b 100644 --- a/recipes-tpm/swtpm/swtpm_1.0.bb +++ b/recipes-tpm/swtpm/swtpm_1.0.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "libtasn1 fuse expect socat glib-2.0 libtpm libtpm-native" | |||
10 | DEPENDS += "tpm-tools-native expect-native socat-native" | 10 | DEPENDS += "tpm-tools-native expect-native socat-native" |
11 | RDEPENDS_${PN} += "tpm-tools" | 11 | RDEPENDS_${PN} += "tpm-tools" |
12 | 12 | ||
13 | SRCREV = "d7bbe3de5cc58c1dca41149df89cfdc08019a722" | 13 | SRCREV = "073e71f99eaa7a0ff9499339176af1af62c090b2" |
14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
15 | git://github.com/stefanberger/swtpm.git \ | 15 | git://github.com/stefanberger/swtpm.git \ |
16 | file://fix_signed_issue.patch \ | 16 | file://fix_signed_issue.patch \ |