mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 22:27:16 +00: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:
parent
87cac1db8c
commit
a50dd612ad
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user