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-31 10:18:54 +0000 |
| commit | fb760567a3acf42c2b9ce4109cb802a311e31c71 (patch) | |
| tree | bc0024dd31f199dacf6a2713582428909b223289 | |
| parent | b6079e0c71dbc915c614ea269282c3d6d8909c30 (diff) | |
| download | poky-fb760567a3acf42c2b9ce4109cb802a311e31c71.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)
(From OE-Core rev: 228c240b99404ae8ee3d020cbe2cce55ea9ff42d)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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() { | |||
| 35 | done | 35 | done |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | PACKAGECONFIG ??= "" | ||
| 39 | PACKAGECONFIG[tpm] = "--with-tpm, --without-tpm, trousers" | ||
| 40 | |||
| 38 | PACKAGES =+ "${PN}-openssl ${PN}-xx" | 41 | PACKAGES =+ "${PN}-openssl ${PN}-xx" |
| 39 | 42 | ||
| 40 | FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" | 43 | FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" |
