summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb')
-rw-r--r--meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb14
1 files changed, 6 insertions, 8 deletions
diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb
index 952de1a..7476020 100644
--- a/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb
+++ b/meta-tpm/recipes-tpm/swtpm/swtpm_1.0.bb
@@ -10,14 +10,12 @@ DEPENDS = "libtasn1 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 = "073e71f99eaa7a0ff9499339176af1af62c090b2" 13SRCREV = "4f4f2f0a7e3195f6df8d235d58630a08e69403d8"
14SRC_URI = " \ 14SRC_URI = "git://github.com/stefanberger/swtpm.git \
15 git://github.com/stefanberger/swtpm.git \ 15 file://fix_lib_search_path.patch \
16 file://fix_signed_issue.patch \ 16 file://fix_fcntl_h.patch \
17 file://fix_lib_search_path.patch \ 17 file://ioctl_h.patch \
18 file://fix_fcntl_h.patch \ 18 "
19 file://ioctl_h.patch \
20 "
21 19
22S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
23 21