mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
linux-wrs: perf needs python and perl at runtime, not buildtime
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -127,5 +127,4 @@ addtask install_perf after do_install before do_package do_deploy
|
||||
|
||||
do_compile_perf[depends] = "virtual/libc:do_populate_sysroot"
|
||||
do_compile_perf[depends] =+ "elfutils:do_populate_sysroot"
|
||||
do_compile_perf[depends] =+ "perl:do_populate_sysroot"
|
||||
do_compile_perf[depends] =+ "python:do_populate_sysroot"
|
||||
RDEPENDS_perf += "python perl"
|
||||
|
||||
Reference in New Issue
Block a user