mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
4a602cb1f3
commit
3de33c7ecc
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user