summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-12-02 13:53:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-05 18:01:05 +0000
commit7d59e192ec9c5d42cf5d998c61e248b8eef4e709 (patch)
treea8b260dcc17572864087fc2b6c60fb9ce6f1526f /meta
parent93bf97b213c0edfee3486fdf2b69ede816dc73c2 (diff)
downloadpoky-7d59e192ec9c5d42cf5d998c61e248b8eef4e709.tar.gz
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 <Chong.Lu@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc3
1 files changed, 3 insertions, 0 deletions
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() {
35 done 35 done
36} 36}
37 37
38PACKAGECONFIG ??= ""
39PACKAGECONFIG[tpm] = "--with-tpm, --without-tpm, trousers"
40
38PACKAGES =+ "${PN}-openssl ${PN}-xx" 41PACKAGES =+ "${PN}-openssl ${PN}-xx"
39 42
40FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" 43FILES_${PN}-dev += "${bindir}/gnutls-cli-debug"