Re: [OE-core] [PATCH 3/6] keyutils: new recipe (version 1.5.9)

2016-12-06 Thread Burton, Ross
On 6 December 2016 at 16:03, Andreas Oberritter wrote: > Apparently there's a recipe in meta-ivi which already has a fix. I'm > going to merge both recipes and resubmit. > Thanks Andreas, feel free to just send v2 for just this patch, as the rest are sitting in my staging branch already. Ross -

Re: [OE-core] [PATCH 3/6] keyutils: new recipe (version 1.5.9)

2016-12-06 Thread Andreas Oberritter
On 06.12.2016 16:49, Burton, Ross wrote: > > On 30 November 2016 at 22:43, Andreas Oberritter > wrote: > > Used by nfs-utils for nfsidmap, if available. > > > This breaks under musl: > > | key.dns_resolver.c: In function 'afsdb_hosts_to_addrs': > | key.dns_re

Re: [OE-core] [PATCH 3/6] keyutils: new recipe (version 1.5.9)

2016-12-06 Thread Burton, Ross
On 30 November 2016 at 22:43, Andreas Oberritter wrote: > Used by nfs-utils for nfsidmap, if available. > This breaks under musl: | key.dns_resolver.c: In function 'afsdb_hosts_to_addrs': | key.dns_resolver.c:374:21: error: 'UINT_MAX' undeclared (first use in this function) | unsigned int ttl

[OE-core] [PATCH 3/6] keyutils: new recipe (version 1.5.9)

2016-11-30 Thread Andreas Oberritter
Used by nfs-utils for nfsidmap, if available. Signed-off-by: Andreas Oberritter --- .../nfs-utils/keyutils_1.5.9.bb| 32 ++ 1 file changed, 32 insertions(+) create mode 100644 meta/recipes-connectivity/nfs-utils/keyutils_1.5.9.bb diff --git a/meta/recipe