/bin/bash: pod2man: command not found | Makefile:585: recipe for target 'TPMLIB_CancelCommand.3' failed
inherit perlnative to fix Signed-off-by: Armin Kuster <[email protected]> --- meta-tpm/recipes-tpm/libtpm/libtpm_0.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" PE = "1" S = "${WORKDIR}/git" -inherit autotools-brokensep pkgconfig +inherit autotools-brokensep pkgconfig perlnative PACKAGECONFIG ?= "openssl" PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48677): https://lists.yoctoproject.org/g/yocto/message/48677 Mute This Topic: https://lists.yoctoproject.org/mt/71704190/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
