From 7d59e192ec9c5d42cf5d998c61e248b8eef4e709 Mon Sep 17 00:00:00 2001 From: Chong Lu Date: Tue, 2 Dec 2014 13:53:34 +0800 Subject: 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. (From OE-Core rev: f735a540d2bf489547aede0745e34174c39c71bd) Signed-off-by: Chong Lu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/gnutls/gnutls.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta') diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 27aba26943..12b26cc97d 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" -- cgit v1.2.3-54-g00ecf