diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-03-08 15:48:28 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-03-11 21:08:41 -0800 |
commit | 46622a3b26d8f37d3fd4e82d0452bbd1275d5b0c (patch) | |
tree | 1cbb4201ca998302417d6424ee992def1b2f5c24 /meta-tpm | |
parent | ddb27e71d8fa60cb5270b5196534e88fa79896c2 (diff) | |
download | meta-security-46622a3b26d8f37d3fd4e82d0452bbd1275d5b0c.tar.gz |
tpm-tools: Fix pod2man race
On some systems, pod2man is not available so add native depends.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm')
-rw-r--r-- | meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb | 2 |
1 files changed, 1 insertions, 1 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 3b3da4f..b47d53a 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,7 +9,7 @@ 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 perl" | 12 | DEPENDS = "libtspi openssl perl-native" |
13 | DEPENDS:class-native = "trousers-native" | 13 | DEPENDS:class-native = "trousers-native" |
14 | 14 | ||
15 | SRCREV = "bf43837575c5f7d31865562dce7778eae970052e" | 15 | SRCREV = "bf43837575c5f7d31865562dce7778eae970052e" |