diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-12-02 13:53:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 17:42:45 +0000 |
commit | f735a540d2bf489547aede0745e34174c39c71bd (patch) | |
tree | 7e04c6db9b897453de6d0d0a6c1986eb97ff07dc /meta | |
parent | 4bc65feb8f90180fdb8ff23ece2a9f30c3346832 (diff) | |
download | openembedded-core-f735a540d2bf489547aede0745e34174c39c71bd.tar.gz openembedded-core-f735a540d2bf489547aede0745e34174c39c71bd.tar.bz2 openembedded-core-f735a540d2bf489547aede0745e34174c39c71bd.zip |
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 3 |
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() { done } +PACKAGECONFIG ??= "" +PACKAGECONFIG[tpm] = "--with-tpm, --without-tpm, trousers" + PACKAGES =+ "${PN}-openssl ${PN}-xx" FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" |