[oe-commits] Chong Lu : gnutls: disable tpm

git at git.openembedded.org git at git.openembedded.org
Fri Dec 5 18:01:32 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: f735a540d2bf489547aede0745e34174c39c71bd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f735a540d2bf489547aede0745e34174c39c71bd

Author: Chong Lu <Chong.Lu at windriver.com>
Date:   Tue Dec  2 13:53:34 2014 +0800

gnutls: disable tpm

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>
Signed-off-by: Ross Burton <ross.burton at intel.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"



More information about the Openembedded-commits mailing list