From: Alexander Kanavin Date: Sun, 31 May 2020 15:52:09 +0000 (+0200) Subject: stress-ng: mark as incompatible with musl X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10952 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658d17cce2a83a760f70769cb2fca342b9553458;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git stress-ng: mark as incompatible with musl Newer versions make use of ustat() which is absent in musl. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 ba93efc4c8b..45f4bb41ade 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'