diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-07-09 06:55:00 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-07-10 05:16:52 -0700 |
commit | e1619009850f1ee1db240d6ab1114c65d3f1feb8 (patch) | |
tree | 8b98b233af3e35870632cfaf290edd2330427c7d /meta-tpm | |
parent | 2fbaa47803e1a47de1fc00816445fafb7497a08e (diff) | |
download | meta-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.bb | 12 |
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" | |||
9 | LICENSE = "CPL-1.0" | 9 | LICENSE = "CPL-1.0" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9" |
11 | 11 | ||
12 | DEPENDS = "libtspi openssl" | 12 | DEPENDS = "libtspi openssl perl" |
13 | DEPENDS_class-native = "trousers-native" | 13 | DEPENDS_class-native = "trousers-native" |
14 | 14 | ||
15 | SRCREV = "bf43837575c5f7d31865562dce7778eae970052e" | 15 | SRCREV = "bf43837575c5f7d31865562dce7778eae970052e" |
16 | SRC_URI = " \ | 16 | SRC_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 | ||
23 | inherit autotools-brokensep gettext | 23 | inherit autotools-brokensep gettext |
24 | 24 | ||