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>
This commit is contained in:
Amarnath Valluri
2017-04-11 10:08:12 +03:00
committed by Armin Kuster
parent 6674749274
commit 66d8abf643

View File

@@ -10,7 +10,7 @@ DEPENDS = "libtasn1 fuse expect socat glib-2.0 libtpm libtpm-native"
DEPENDS += "tpm-tools-native expect-native socat-native"
RDEPENDS_${PN} += "tpm-tools"
SRCREV = "d7bbe3de5cc58c1dca41149df89cfdc08019a722"
SRCREV = "073e71f99eaa7a0ff9499339176af1af62c090b2"
SRC_URI = " \
git://github.com/stefanberger/swtpm.git \
file://fix_signed_issue.patch \