diff options
author | Tom Zanussi <tzanussi@gmail.com> | 2010-09-13 09:56:35 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-17 11:32:38 -0700 |
commit | a50dd612adc6dce0af5bae35dad14d4435b5184b (patch) | |
tree | 8670398eaa8c94154817f6051ad530e9862f1270 | |
parent | 87cac1db8c25a472d796e782bf3b046569cea0dc (diff) | |
download | openembedded-core-a50dd612adc6dce0af5bae35dad14d4435b5184b.tar.gz openembedded-core-a50dd612adc6dce0af5bae35dad14d4435b5184b.tar.bz2 openembedded-core-a50dd612adc6dce0af5bae35dad14d4435b5184b.zip |
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>
-rw-r--r-- | meta/recipes-kernel/linux/linux-wrs_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index 34451dda6a..cf910e0a6b 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb @@ -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" |