diff mbox series

[meta-security,dunfell,2/2] tpm-tools: Fix pod2man race

Message ID 20230206200950.1172058-2-akuster808@gmail.com
State New
Headers show
Series [meta-security,dunfell,1/2] trousers: update to tip | expand

Commit Message

akuster808 Feb. 6, 2023, 8:09 p.m. UTC
On some systems, pod2man is not available so add native depends.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 46622a3b26d8f37d3fd4e82d0452bbd1275d5b0c)
[Fixup for Dunfell context]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.1.bb b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.1.bb
index 658283f..158fd7f 100644
--- a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.1.bb
+++ b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.1.bb
@@ -9,7 +9,7 @@  SECTION = "tpm"
 LICENSE = "CPL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=059e8cd6165cb4c31e351f2b69388fd9"
 
-DEPENDS = "libtspi openssl perl"
+DEPENDS = "libtspi openssl perl-native"
 DEPENDS_class-native = "trousers-native"
 
 SRCREV = "bdf9f1bc8f63cd6fc370c2deb58d03ac55079e84"