summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2012-01-03 17:31:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-04 11:56:41 +0000
commit87babb7894dff7e17a021d688af7ac898e3f48f4 (patch)
tree7decb60769bf3896ca9b4e05f9edcab1bed62f7f /meta/recipes-kernel
parent0ff1d667dc23b0cc903c18f1b5e032c2b6630aae (diff)
downloadast2050-yocto-poky-87babb7894dff7e17a021d688af7ac898e3f48f4.zip
ast2050-yocto-poky-87babb7894dff7e17a021d688af7ac898e3f48f4.tar.gz
linux-tools: add binutils to perf DEPENDS
We have witnessed non-deterministic failures of perf for some platforms whilst looking for bfd.h, a header provided by binutils. (From OE-Core rev: ab56f27d96cbd2c79ca16d12333687ca9720934c) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-tools.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-tools.inc b/meta/recipes-kernel/linux/linux-tools.inc
index 950f197..aa45dba 100644
--- a/meta/recipes-kernel/linux/linux-tools.inc
+++ b/meta/recipes-kernel/linux/linux-tools.inc
@@ -22,7 +22,7 @@ addtask install_perf after do_install before do_package
do_compile_perf[umask] = 022
do_install_perf[umask] = 022
-PERFDEPENDS = "virtual/${MLPREFIX}libc:do_populate_sysroot ${MLPREFIX}elfutils:do_populate_sysroot"
+PERFDEPENDS = "virtual/${MLPREFIX}libc:do_populate_sysroot ${MLPREFIX}elfutils:do_populate_sysroot ${MLPREFIX}binutils:do_populate_sysroot"
PERFDEPENDS_libc-uclibc = ""
PERFRDEPENDS = "python perl elfutils"
PERFRDEPENDS_libc-uclibc = ""
OpenPOWER on IntegriCloud