Re: [yocto] [PATCH][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-21 Thread Burton, Ross
On 20 April 2017 at 19:24, Andre McCurdy wrote: > OK, that makes sense. I have my own gnutls_3.3.27.bb recipe and wasn't > seeing the problem because I use a local gnutls.inc which still has > that option. > Another example of why .inc files have to be trivial or very carefully maintained... Ye

Re: [yocto] [PATCH][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-20 Thread Andre McCurdy
On Thu, Apr 20, 2017 at 11:07 AM, Martin Jansa wrote: > I'll check the exact error message, but do_configure was failing for me when > I did first build without this dependency. > > Most likely because this option was removed with 3.5.1 upgrade in: > commit e8ef5912aac0104d9a47d6d10a95e64426d8840e

Re: [yocto] [PATCH][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-20 Thread Martin Jansa
I'll check the exact error message, but do_configure was failing for me when I did first build without this dependency. Most likely because this option was removed with 3.5.1 upgrade in: commit e8ef5912aac0104d9a47d6d10a95e64426d8840e Author: Alexander Kanavin Date: Tue Jun 28 11:06:16 2016 +03

Re: [yocto] [PATCH][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-20 Thread Andre McCurdy
On Thu, Apr 20, 2017 at 9:20 AM, Martin Jansa wrote: > * gnutls depends on nettle-3.1* since 3.4.0: > The requirement for nettle was bumped from 3.0 to 3.1 in gnutls_3_4_0 > > https://gitlab.com/gnutls/gnutls/commit/c84129af91b21d33ffe086e507632771b0e76498 > and from 2.7 to 3.0 a bit earlie

[yocto] [PATCH][meta-gplv2] gnutls: add older gnutls compatible with nettle

2017-04-20 Thread Martin Jansa
* gnutls depends on nettle-3.1* since 3.4.0: The requirement for nettle was bumped from 3.0 to 3.1 in gnutls_3_4_0 https://gitlab.com/gnutls/gnutls/commit/c84129af91b21d33ffe086e507632771b0e76498 and from 2.7 to 3.0 a bit earlier also in gnutls_3_4_0 https://gitlab.com/gnutls/gnutls/commi