From 5ea0af054746f214acf9770c8b428dc4ddf6098c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 4 Dec 2018 09:39:31 -0800 Subject: 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 Signed-off-by: Armin Kuster --- meta-oe/recipes-kernel/bpftool/bpftool.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index fd0653ab87..dd7eaa2aa6 100644 --- a/meta-oe/recipes-kernel/bpftool/bpftool.bb +++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb @@ -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 } -- cgit 1.2.3-korg