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 <[email protected]> --- meta-oe/recipes-kernel/bpftool/bpftool.bb | 2 ++ 1 file changed, 2 insertions(+) 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 = "\ SECURITY_CFLAGS = "" +do_configure[depends] += "virtual/kernel:do_shared_workdir" + COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" COMPATIBLE_HOST:libc-musl = 'null' -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102775): https://lists.openembedded.org/g/openembedded-devel/message/102775 Mute This Topic: https://lists.openembedded.org/mt/99104996/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
