diff options
author | Denys Zagorui <dzagorui@cisco.com> | 2023-05-24 02:28:24 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-24 07:23:55 -0700 |
commit | de786f5ee62689e37b7593d5e795fe9422b1020b (patch) | |
tree | 08244709db24964d8918b8e08780afa64ab88c72 /meta-oe | |
parent | ad1634cb55eba1744b10479994484cedd4a725af (diff) | |
download | meta-openembedded-de786f5ee62689e37b7593d5e795fe9422b1020b.tar.gz |
bpftool: return do_configure dependency
return do_configure dependency that was removed
by (3de33c7ecc99 "bpftool: Fix externalsrc support")
do_configure and do_populate_lic runs independently
and do_configure require prepared kernel sources dir
Signed-off-by: Denys Zagorui <dzagorui@cisco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-kernel/bpftool/bpftool.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index d4286295c..bbfab47aa 100644 --- a/meta-oe/recipes-kernel/bpftool/bpftool.bb +++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb | |||
@@ -22,6 +22,8 @@ EXTRA_OEMAKE = "\ | |||
22 | 22 | ||
23 | SECURITY_CFLAGS = "" | 23 | SECURITY_CFLAGS = "" |
24 | 24 | ||
25 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | ||
26 | |||
25 | COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" | 27 | COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" |
26 | COMPATIBLE_HOST:libc-musl = 'null' | 28 | COMPATIBLE_HOST:libc-musl = 'null' |
27 | 29 | ||