[OE-core] [PATCH] gnutls: Disable p11-kit dependency explicitly to resolve build failures

2011-10-07 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- 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

[OE-core] [PATCH] gnutls: disable p11-kit

2011-10-07 Thread Koen Kooi
| checking for P11_KIT... configure: error: Package requirements (p11-kit-1 = 0.2) were not met: | | No package 'p11-kit-1' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment

Re: [OE-core] [PATCH] gnutls: disable p11-kit

2011-10-07 Thread Richard Purdie
On Fri, 2011-10-07 at 16:37 +0200, Koen Kooi wrote: | checking for P11_KIT... configure: error: Package requirements (p11-kit-1 = 0.2) were not met: | | No package 'p11-kit-1' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a