mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6e814761bf
commit
eeb649dd0c
@@ -22,3 +22,5 @@ inherit bash-completion
|
|||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake DESTDIR=${D} install
|
oe_runmake DESTDIR=${D} install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
COMPATIBLE_HOST_libc-musl = 'null'
|
||||||
|
|||||||
Reference in New Issue
Block a user