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:
Khem Raj 2019-09-09 09:58:08 -07:00
parent 5d4b25aa9c
commit 6de4264bde

View File

@ -115,3 +115,5 @@ RDEPENDS_${PN} += "python3"
INSANE_SKIP_${PN} += "ldflags"
SECURITY_CFLAGS = ""
COMPATIBLE_HOST_libc-musl = 'null'