]> code.ossystems Code Review - openembedded-core.git/commit
site: musl and glibc have working getgroups()
authorAndré Draszik <git@andred.net>
Fri, 10 Jan 2020 16:52:55 +0000 (16:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Jan 2020 09:17:20 +0000 (09:17 +0000)
commit692fe85264e599eb659456bd2eebf5f12a1cd30f
tree9d93963147d062d5a0b46521aae9095104ee441c
parent506c3b5adaa2fdffa051d83fb99efc00e432156b
site: musl and glibc have working getgroups()

recent coreutils (gnulib) assume yes when cross-compiling
for gnu (glibc), but don't know about musl.
For coherence, just set the result to yes for both.

Note that the old coreutils (from meta-gplv2) doesn't
assume anything and instead that recipe hard-codes to yes.
So behaviour with yocto when using meta-gplv2 is actually
better than when using the latest version (when using musl).

This patch rectifies this shortcoming.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/common-glibc
meta/site/common-musl