summaryrefslogtreecommitdiffstats
path: root/recipes-tpm/swtpm/swtpm_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-tpm/swtpm/swtpm_1.0.bb')
-rw-r--r--recipes-tpm/swtpm/swtpm_1.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-tpm/swtpm/swtpm_1.0.bb b/recipes-tpm/swtpm/swtpm_1.0.bb
index 7b9662a..99c6fdc 100644
--- a/recipes-tpm/swtpm/swtpm_1.0.bb
+++ b/recipes-tpm/swtpm/swtpm_1.0.bb
@@ -10,11 +10,13 @@ DEPENDS = "libtasn1 fuse expect socat glib-2.0 libtpm libtpm-native"
10DEPENDS += "tpm-tools-native expect-native socat-native" 10DEPENDS += "tpm-tools-native expect-native socat-native"
11RDEPENDS_${PN} += "tpm-tools" 11RDEPENDS_${PN} += "tpm-tools"
12 12
13SRCREV = "65d8e4d83447f4c13a41a6f995bd0490f49bc5ef" 13SRCREV = "d7bbe3de5cc58c1dca41149df89cfdc08019a722"
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 \
17 file://fix_lib_search_path.patch \ 17 file://fix_lib_search_path.patch \
18 file://fix_fcntl_h.patch \
19 file://ioctl_h.patch \
18 " 20 "
19 21
20S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"