summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-09-08 13:42:42 -0700
committerArmin Kuster <akuster808@gmail.com>2019-09-12 16:04:47 -0700
commitb8528ffe48024caf4f5668367b6d4b5bc9ef61fc (patch)
tree8fc1285eaea051759a32500bf1af7e5e966ec247 /meta-tpm/recipes-tpm
parent13b26b8df94531f0753cae96aed0212545863e6c (diff)
downloadmeta-security-b8528ffe48024caf4f5668367b6d4b5bc9ef61fc.tar.gz
swtpm: update to 0.2.0
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/recipes-tpm')
-rw-r--r--meta-tpm/recipes-tpm/swtpm/swtpm_0.2.0.bb (renamed from meta-tpm/recipes-tpm/swtpm/swtpm_0.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.1.0.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.2.0.bb
index 42de8b1..f3a53dd 100644
--- a/meta-tpm/recipes-tpm/swtpm/swtpm_0.1.0.bb
+++ b/meta-tpm/recipes-tpm/swtpm/swtpm_0.2.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "libtasn1 expect socat glib-2.0 net-tools-native libtpm libtpm-native"
9# then swtpm_setup needs them at runtime 9# then swtpm_setup needs them at runtime
10DEPENDS += "tpm-tools-native expect-native socat-native" 10DEPENDS += "tpm-tools-native expect-native socat-native"
11 11
12SRCREV = "d803d84575ab3e5dac316bf863c7f569a27ea35f" 12SRCREV = "39673a0139b0ee14a0109aba50a0635592c672c4"
13SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-${PV} \ 13SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-${PV} \
14 file://fix_fcntl_h.patch \ 14 file://fix_fcntl_h.patch \
15 file://ioctl_h.patch \ 15 file://ioctl_h.patch \