diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:52:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:30 +0100 |
commit | eeb649dd0cd5e274a693cab842e836ff5463ebb1 (patch) | |
tree | 1de47e470a307b6a3ad6d2d546e7392bb927f194 /meta/recipes-extended/stress-ng | |
parent | 6e814761bf47f8a2ba7a2ccbf2d7226901f87ce5 (diff) | |
download | poky-eeb649dd0cd5e274a693cab842e836ff5463ebb1.tar.gz |
stress-ng: mark as incompatible with musl
Newer versions make use of ustat() which is absent in musl.
(From OE-Core rev: 658d17cce2a83a760f70769cb2fca342b9553458)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/stress-ng')
-rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng_0.11.12.bb | 2 |
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 | |||
22 | do_install() { | 22 | do_install() { |
23 | oe_runmake DESTDIR=${D} install | 23 | oe_runmake DESTDIR=${D} install |
24 | } | 24 | } |
25 | |||
26 | COMPATIBLE_HOST_libc-musl = 'null' | ||