summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2017-02-03 09:46:14 +0100
committerArmin Kuster <akuster808@gmail.com>2017-02-18 11:43:20 -0800
commitbb03811c7d315af75c6ee38cfa299abc92befe5a (patch)
tree6d0b3d9249746e08c0c547831fa519eaaa83f95f
parent6cf0415d8a3553353ec2e8ddbf85d80604a7c5a8 (diff)
downloadmeta-security-bb03811c7d315af75c6ee38cfa299abc92befe5a.tar.gz
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>
-rw-r--r--recipes-tpm/swtpm/swtpm_1.0.bb2
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 0733adc..0d3bab0 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"
10DEPENDS += "tpm-tools-native" 10DEPENDS += "tpm-tools-native"
11RDEPENDS_${PN} += "tpm-tools" 11RDEPENDS_${PN} += "tpm-tools"
12 12
13SRCREV = "ca906a02124d0ed8b6194e845d272d23ee394a34" 13SRCREV = "65d8e4d83447f4c13a41a6f995bd0490f49bc5ef"
14SRC_URI = " \ 14SRC_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 \