mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
perf: Add libelf to dependencies
Fix for unresolved libelf error when running perf: perf: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory Signed-off-by: <tom.zanussi@intel.com> Signed-off-by: <bruce.ashfield@windriver.com>
This commit is contained in:
@@ -167,4 +167,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"
|
||||
RDEPENDS_perf += "python perl"
|
||||
RDEPENDS_perf += "python perl elfutils"
|
||||
|
||||
Reference in New Issue
Block a user