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:
Tom Zanussi
2010-09-13 09:56:35 -07:00
committed by Saul Wold
parent 87cac1db8c
commit a50dd612ad

View File

@@ -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"