mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
kernel-selftest: Needs error.h which is missing in musl
prog_tests/flow_dissector.c:3:10: fatal error: error.h: No such file or directory | #include <error.h> | ^~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5d4b25aa9c
commit
6de4264bde
|
|
@ -115,3 +115,5 @@ RDEPENDS_${PN} += "python3"
|
|||
INSANE_SKIP_${PN} += "ldflags"
|
||||
|
||||
SECURITY_CFLAGS = ""
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user