swtpm: update to latest tip

Brings in instructions for setting the log level. Setting the log level
with --log file=...,level=1 is necessary at the moment before anything
gets written to the log. Even errors are suppressed by default.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Patrick Ohly
2017-02-03 09:46:14 +01:00
committed by Armin Kuster
parent 6cf0415d8a
commit bb03811c7d
+1 -1
View File
@@ -10,7 +10,7 @@ DEPENDS = "libtasn1 fuse expect socat glib-2.0 libtpm libtpm-native"
DEPENDS += "tpm-tools-native" DEPENDS += "tpm-tools-native"
RDEPENDS_${PN} += "tpm-tools" RDEPENDS_${PN} += "tpm-tools"
SRCREV = "ca906a02124d0ed8b6194e845d272d23ee394a34" SRCREV = "65d8e4d83447f4c13a41a6f995bd0490f49bc5ef"
SRC_URI = " \ SRC_URI = " \
git://github.com/stefanberger/swtpm.git \ git://github.com/stefanberger/swtpm.git \
file://fix_signed_issue.patch \ file://fix_signed_issue.patch \