summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb
index 8aeb8ac..9e0a686 100644
--- a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb
+++ b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb
@@ -9,16 +9,16 @@ SECTION = "tpm"
9LICENSE = "CPL-1.0" 9LICENSE = "CPL-1.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9"
11 11
12DEPENDS = "libtspi openssl" 12DEPENDS = "libtspi openssl perl"
13DEPENDS_class-native = "trousers-native" 13DEPENDS_class-native = "trousers-native"
14 14
15SRCREV = "bf43837575c5f7d31865562dce7778eae970052e" 15SRCREV = "bf43837575c5f7d31865562dce7778eae970052e"
16SRC_URI = " \ 16SRC_URI = " \
17 git://git.code.sf.net/p/trousers/tpm-tools \ 17 git://git.code.sf.net/p/trousers/tpm-tools \
18 file://tpm-tools-extendpcr.patch \ 18 file://tpm-tools-extendpcr.patch \
19 file://04-fix-FTBFS-clang.patch \ 19 file://04-fix-FTBFS-clang.patch \
20 file://openssl1.1_fix.patch \ 20 file://openssl1.1_fix.patch \
21 " 21 "
22 22
23inherit autotools-brokensep gettext 23inherit autotools-brokensep gettext
24 24