[oe-commits] Richard Purdie : gnutls: Disable p11-kit dependency explicitly to resolve build failures

git version control git at git.openembedded.org
Fri Oct 7 13:06:40 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: 114a1a06b25bac57ba45f54758c0acc0619754fc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=114a1a06b25bac57ba45f54758c0acc0619754fc

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Oct  7 14:04:18 2011 +0100

gnutls: Disable p11-kit dependency explicitly to resolve build failures

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 9257880..3569648 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 \
               --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \
               --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
               --with-lzo --disable-guile \
+              --without-p11-kit \
               "
 do_configure_prepend() {
 	for dir in . lib libextra; do





More information about the Openembedded-commits mailing list