| Message ID | 20260807093018.2108683-2-mark.yang@lge.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-oe] bpftool: start builds from a clean build dir | expand |
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index 66e48cfd84..419be18d99 100644 --- a/meta-oe/recipes-kernel/bpftool/bpftool.bb +++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb @@ -26,6 +26,8 @@ SECURITY_CFLAGS = "" do_configure[depends] += "virtual/kernel:do_shared_workdir" +do_configure[cleandirs] = "${B}" + COMPATIBLE_HOST = "(x86_64|aarch64|riscv64).*-linux" do_compile() {