summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-07 14:04:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-10 09:59:09 +0100
commitdcf0c83cbb8e86730c91b9b0ada06e5e37bc33bb (patch)
treed0114cb16c42252b1ac14c80cec31dd4bc2d3b5f /meta/recipes-support/gnutls
parent0d8c8cf462e5df446669355b554b3d5fdc532a11 (diff)
downloadpoky-dcf0c83cbb8e86730c91b9b0ada06e5e37bc33bb.tar.gz
gnutls: Disable p11-kit dependency explicitly to resolve build failures
(From OE-Core rev: 808b3123e359f1aebabb8af44694275e4075e031) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 92578809f8..3569648c51 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -25,6 +25,7 @@ EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \
25 --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \ 25 --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \
26 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ 26 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
27 --with-lzo --disable-guile \ 27 --with-lzo --disable-guile \
28 --without-p11-kit \
28 " 29 "
29do_configure_prepend() { 30do_configure_prepend() {
30 for dir in . lib libextra; do 31 for dir in . lib libextra; do