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>
This commit is contained in:
Chong Lu 2014-12-02 13:53:34 +08:00 committed by Richard Purdie
parent 93bf97b213
commit 7d59e192ec
1 changed files with 3 additions and 0 deletions

View File

@ -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"