bpftool: don't build under musl

uses FTW_SKIP_SUBTREE which is GNU extentions, available in glibc but
not in musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2018-12-04 09:39:31 -08:00
parent d1ccc474a4
commit deea62edde

View File

@ -14,6 +14,8 @@ EXTRA_OEMAKE = "-C ${S}/tools/bpf/bpftool O=${B} CROSS=${TARGET_PREFIX} CC="${CC
do_configure[depends] += "virtual/kernel:do_shared_workdir"
COMPATIBLE_HOST_libc-musl = 'null'
do_compile() {
oe_runmake
}