[OE-core] [PATCH 1/1] gnutls: disable tpm

Chong Lu Chong.Lu at windriver.com
Tue Dec 2 05:53:34 UTC 2014


Disable tpm to solve following error:

.../usr/lib64/libtspi.la: No such file or directory

trousers isn't an oe-core recipe, disable it for now.

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
---
 meta/recipes-support/gnutls/gnutls.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 27aba26..12b26cc 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -35,6 +35,9 @@ do_configure_prepend() {
 	done
 }
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[tpm] = "--with-tpm, --without-tpm, trousers"
+
 PACKAGES =+ "${PN}-openssl ${PN}-xx"
 
 FILES_${PN}-dev += "${bindir}/gnutls-cli-debug"
-- 
1.9.1




More information about the Openembedded-core mailing list