summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-kernel/bpftool/bpftool.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb
index 01046c063f..67a821c07c 100644
--- a/meta-oe/recipes-kernel/bpftool/bpftool.bb
+++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb
@@ -24,7 +24,7 @@ SECURITY_CFLAGS = ""
24 24
25do_configure[depends] += "virtual/kernel:do_shared_workdir" 25do_configure[depends] += "virtual/kernel:do_shared_workdir"
26 26
27COMPATIBLE_HOST = "(x86_64).*-linux" 27COMPATIBLE_HOST = "(x86_64|aarch64).*-linux"
28COMPATIBLE_HOST:libc-musl = 'null' 28COMPATIBLE_HOST:libc-musl = 'null'
29 29
30do_compile() { 30do_compile() {