mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
perf: Ensure license is handled correctly
The do_populate_lic task has a race with the recipe since it relies on the kernel being populated in the sysroot. This patch adds in the explicit missing dependency. [YOCTO #3534] (From OE-Core rev: 578937213c6db9fa99981778ce61210e391b19a7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -41,6 +41,8 @@ export STAGING_LIBDIR
|
|||||||
export BUILD_SYS
|
export BUILD_SYS
|
||||||
export HOST_SYS
|
export HOST_SYS
|
||||||
|
|
||||||
|
do_populate_lic[depends] += "virtual/kernel:do_populate_sysroot"
|
||||||
|
|
||||||
# needed for building the tools/perf Perl binding
|
# needed for building the tools/perf Perl binding
|
||||||
inherit perlnative cpan-base
|
inherit perlnative cpan-base
|
||||||
# Env var which tells perl if it should use host (no) or target (yes) settings
|
# Env var which tells perl if it should use host (no) or target (yes) settings
|
||||||
|
|||||||
Reference in New Issue
Block a user