summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-03-03 16:36:50 +0000
committerArmin Kuster <akuster808@gmail.com>2020-03-05 08:06:51 -0800
commit69ad1d51fdf894ecd382e13ee3d89efb4a4e95c3 (patch)
tree1c9e37bf8573ca70054625e98f56b3078cd65409
parent4375507f39ed4bc62e1304838870be65f3a81460 (diff)
downloadmeta-security-69ad1d51fdf894ecd382e13ee3d89efb4a4e95c3.tar.gz
libtpm: fix build issue over pod2man
/bin/bash: pod2man: command not found | Makefile:585: recipe for target 'TPMLIB_CancelCommand.3' failed inherit perlnative to fix Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/libtpm/libtpm_0.7.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_0.7.0.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_0.7.0.bb
index d9863fa..4588c8d 100644
--- a/meta-tpm/recipes-tpm/libtpm/libtpm_0.7.0.bb
+++ b/meta-tpm/recipes-tpm/libtpm/libtpm_0.7.0.bb
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-${PV}"
8PE = "1" 8PE = "1"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11inherit autotools-brokensep pkgconfig 11inherit autotools-brokensep pkgconfig perlnative
12 12
13PACKAGECONFIG ?= "openssl" 13PACKAGECONFIG ?= "openssl"
14PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" 14PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"