]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: disable tpm
authorChong Lu <Chong.Lu@windriver.com>
Tue, 2 Dec 2014 05:53:34 +0000 (13:53 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:35 +0000 (10:17 +0000)
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-support/gnutls/gnutls.inc

index 27aba26943575b500a1da649fc2052f1f4d79c11..12b26cc97d7bdc32f9c33f5e36eae7cde145865a 100644 (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"