From: Chong Lu Date: Tue, 2 Dec 2014 05:53:34 +0000 (+0800) Subject: gnutls: disable tpm X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31926 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f735a540d2bf489547aede0745e34174c39c71bd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 27aba269435..12b26cc97d7 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"