diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-03-03 16:36:50 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-05 08:06:51 -0800 |
commit | 69ad1d51fdf894ecd382e13ee3d89efb4a4e95c3 (patch) | |
tree | 1c9e37bf8573ca70054625e98f56b3078cd65409 | |
parent | 4375507f39ed4bc62e1304838870be65f3a81460 (diff) | |
download | meta-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.bb | 2 |
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}" | |||
8 | PE = "1" | 8 | PE = "1" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | inherit autotools-brokensep pkgconfig | 11 | inherit autotools-brokensep pkgconfig perlnative |
12 | 12 | ||
13 | PACKAGECONFIG ?= "openssl" | 13 | PACKAGECONFIG ?= "openssl" |
14 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | 14 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" |