From patchwork Wed Jun 20 08:25:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: linux-tools: multilib compilation fix Date: Wed, 20 Jun 2012 08:25:32 -0000 From: Bogdan Marinescu X-Patchwork-Id: 30253 Message-Id: <1340180732-26710-1-git-send-email-bogdan.a.marinescu@intel.com> To: openembedded-core@lists.openembedded.org This patch makes linux-tools compile properly on multilib configurations (which failed because of some invalid dependencies). Tested by compiling lib32-core-image-sato-sdk. Signed-off-by: Bogdan Marinescu --- meta/recipes-kernel/linux/linux-tools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-tools.inc b/meta/recipes-kernel/linux/linux-tools.inc index 3b03c05..048608c 100644 --- a/meta/recipes-kernel/linux/linux-tools.inc +++ b/meta/recipes-kernel/linux/linux-tools.inc @@ -34,7 +34,7 @@ do_install_perf[umask] = "022" 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 = "${MLPREFIX}python ${MLPREFIX}perl ${MLPREFIX}elfutils" PERFRDEPENDS_libc-uclibc = "" do_compile_perf[depends] = "${PERFDEPENDS}"