From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Shggo-00023I-S0 for openembedded-core@lists.openembedded.org; Thu, 21 Jun 2012 14:40:47 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q5LCTtb9022285 for ; Thu, 21 Jun 2012 13:29:55 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22211-02 for ; Thu, 21 Jun 2012 13:29:50 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q5LCTlxL022279 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 21 Jun 2012 13:29:48 +0100 Message-ID: <1340281789.1640.106.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Thu, 21 Jun 2012 13:29:49 +0100 In-Reply-To: <1340180732-26710-1-git-send-email-bogdan.a.marinescu@intel.com> References: <1340180732-26710-1-git-send-email-bogdan.a.marinescu@intel.com> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH] linux-tools: multilib compilation fix X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 12:40:47 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2012-06-20 at 11:25 +0300, Bogdan Marinescu wrote: > 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}" Bruce has just totally rearranged this code. Could you check if the new recipe still suffers from this issue please? Cheers, Richard