On Sun, May 31, 2020 at 8:54 AM Alexander Kanavin <alex.kanavin@gmail.com> wrote:
Newer versions make use of ustat() which is absent in musl.

https://www.man7.org/linux/man-pages/man2/ustat.2.html

Says it’s removed from glibc 2.28 as well and yes musl never shipped ustat.h so I wonder how it still
Works on glibc 

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-extended/stress-ng/stress-ng_0.11.12.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.11.12.bb b/meta/recipes-extended/stress-ng/stress-ng_0.11.12.bb
index ba93efc4c8..45f4bb41ad 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.11.12.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.11.12.bb
@@ -22,3 +22,5 @@ inherit bash-completion
 do_install() {
     oe_runmake DESTDIR=${D} install
 }
+
+COMPATIBLE_HOST_libc-musl = 'null'
--
2.26.2