diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 14:04:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-10 09:59:09 +0100 |
commit | dcf0c83cbb8e86730c91b9b0ada06e5e37bc33bb (patch) | |
tree | d0114cb16c42252b1ac14c80cec31dd4bc2d3b5f /meta/recipes-support/gnutls/gnutls.inc | |
parent | 0d8c8cf462e5df446669355b554b3d5fdc532a11 (diff) | |
download | poky-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/gnutls.inc')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 1 |
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 | " |
29 | do_configure_prepend() { | 30 | do_configure_prepend() { |
30 | for dir in . lib libextra; do | 31 | for dir in . lib libextra; do |