mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
bpftool: Fix externalsrc support
When the externalsrc class is used the tasks listed in SRCTREECOVEREDTASKS are deleted to prevent them being executed. If externalsrc is used for the kernel then this will include virtual/kernel:do_patch. We can depend on do_shared_workdir instead as this will survive when externalsrc is used. Similar to [openembedded-core] (eab605bab945 "perf: Fix externalsrc support") Signed-off-by: Denys Zagorui <dzagorui@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ PROVIDES = "virtual/bpftool"
|
||||
|
||||
inherit bash-completion kernelsrc kernel-arch
|
||||
|
||||
do_populate_lic[depends] += "virtual/kernel:do_patch"
|
||||
do_populate_lic[depends] += "virtual/kernel:do_shared_workdir"
|
||||
|
||||
EXTRA_OEMAKE = "\
|
||||
V=1 \
|
||||
@@ -22,8 +22,6 @@ EXTRA_OEMAKE = "\
|
||||
|
||||
SECURITY_CFLAGS = ""
|
||||
|
||||
do_configure[depends] += "virtual/kernel:do_shared_workdir"
|
||||
|
||||
COMPATIBLE_HOST = "(x86_64|aarch64).*-linux"
|
||||
COMPATIBLE_HOST:libc-musl = 'null'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user