From: Chong Lu Date: Tue, 2 Dec 2014 05:53:34 +0000 (+0800) Subject: gnutls: disable tpm X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228c240b99404ae8ee3d020cbe2cce55ea9ff42d;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. (From OE-Core rev: f735a540d2bf489547aede0745e34174c39c71bd) Signed-off-by: Chong Lu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- 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"