summaryrefslogtreecommitdiffstats
path: root/meta-tpm
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-07-09 06:55:00 -0700
committerArmin Kuster <akuster808@gmail.com>2021-07-10 05:16:52 -0700
commite1619009850f1ee1db240d6ab1114c65d3f1feb8 (patch)
tree8b98b233af3e35870632cfaf290edd2330427c7d /meta-tpm
parent2fbaa47803e1a47de1fc00816445fafb7497a08e (diff)
downloadmeta-security-e1619009850f1ee1db240d6ab1114c65d3f1feb8.tar.gz
tpm-tools: fix build issue
This error occurs randomly. /bin/bash: pod2man: command not found [Yocto #14304] minor space/tab cleanup Signed-off-by: Armin Kuster <akuster808@gmail.com> Cc: Ben <koncept1@gmail.com>
Diffstat (limited to 'meta-tpm')
-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