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 b22334fe90..8bddde9451 100644
--- a/meta-oe/recipes-kernel/bpftool/bpftool.bb
+++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb
@@ -26,7 +26,7 @@ SECURITY_CFLAGS = ""
26 26
27do_configure[depends] += "virtual/kernel:do_shared_workdir" 27do_configure[depends] += "virtual/kernel:do_shared_workdir"
28 28
29COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" 29COMPATIBLE_HOST = "(x86_64|aarch64|riscv64).*-linux"
30COMPATIBLE_HOST:libc-musl = 'null' 30COMPATIBLE_HOST:libc-musl = 'null'
31 31
32do_compile() { 32do_compile() {