summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-31 17:52:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-03 15:25:54 +0100
commit658d17cce2a83a760f70769cb2fca342b9553458 (patch)
tree227ee1b72d590b38f5ed84414dc381d6245b47d6 /meta/recipes-extended
parent7f26ca5fffac1b96031bc8a20a718629d2557c85 (diff)
downloadopenembedded-core-contrib-658d17cce2a83a760f70769cb2fca342b9553458.tar.gz
stress-ng: mark as incompatible with musl
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.11.12.bb2
1 files changed, 2 insertions, 0 deletions
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'