]> code.ossystems Code Review - openembedded-core.git/commit
trace-cmd: fix cross-compilation
authorDarren Hart <dvhart@linux.intel.com>
Wed, 29 Dec 2010 01:17:25 +0000 (17:17 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Jan 2011 10:06:28 +0000 (10:06 +0000)
commitb4090f287c90fcf37a789dbe0acd0f29db83942c
tree6408177b74d11396e8fc3d33a3eef5cd61c0b854
parentbaab6f69fe7aa79977abfbdfda4efdfb0280709e
trace-cmd: fix cross-compilation

The trace-cmd Makefile forces certain variables, such as CC and AR.
It was using the host gcc and loader, fix it to use the poky-built
cross-compiler and linker.

inherit pkgconfig to ensure we don't use the host pkg-config.

Remove unecessary variables from the oemake commands, such as ARCH
and LD which aren't used by the Makefile.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
meta/recipes-kernel/trace-cmd/trace-cmd_git.bb