]> code.ossystems Code Review - openembedded-core.git/commitdiff
stress-ng: mark as incompatible with musl
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 31 May 2020 15:52:09 +0000 (17:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jun 2020 14:25:54 +0000 (15:25 +0100)
Newer versions make use of ustat() which is absent in musl.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/stress-ng/stress-ng_0.11.12.bb

index ba93efc4c8b1dd26c354ef1ec7a5e156b3039ffc..45f4bb41ade740db6a9f47b0c3f5d9e4fd49e299 100644 (file)
@@ -22,3 +22,5 @@ inherit bash-completion
 do_install() {
     oe_runmake DESTDIR=${D} install
 }
+
+COMPATIBLE_HOST_libc-musl = 'null'