diff options
-rw-r--r-- | meta-oe/recipes-kernel/bpftool/bpftool.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index 67a821c07c..d4286295c0 100644 --- a/meta-oe/recipes-kernel/bpftool/bpftool.bb +++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb | |||
@@ -7,7 +7,7 @@ PROVIDES = "virtual/bpftool" | |||
7 | 7 | ||
8 | inherit bash-completion kernelsrc kernel-arch | 8 | inherit bash-completion kernelsrc kernel-arch |
9 | 9 | ||
10 | do_populate_lic[depends] += "virtual/kernel:do_patch" | 10 | do_populate_lic[depends] += "virtual/kernel:do_shared_workdir" |
11 | 11 | ||
12 | EXTRA_OEMAKE = "\ | 12 | EXTRA_OEMAKE = "\ |
13 | V=1 \ | 13 | V=1 \ |
@@ -22,8 +22,6 @@ EXTRA_OEMAKE = "\ | |||
22 | 22 | ||
23 | SECURITY_CFLAGS = "" | 23 | SECURITY_CFLAGS = "" |
24 | 24 | ||
25 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | ||
26 | |||
27 | COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" | 25 | COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" |
28 | COMPATIBLE_HOST:libc-musl = 'null' | 26 | COMPATIBLE_HOST:libc-musl = 'null' |
29 | 27 | ||