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 1RILSi-0001lC-OE for openembedded-core@lists.openembedded.org; Mon, 24 Oct 2011 16:25:12 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p9OEJG9F029680 for ; Mon, 24 Oct 2011 15:19:16 +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 29572-02 for ; Mon, 24 Oct 2011 15:19:12 +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 p9OEJ7OD029674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 24 Oct 2011 15:19:08 +0100 Message-ID: <1319465947.25011.25.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 24 Oct 2011 15:19:07 +0100 In-Reply-To: <20111024132405.GB3602@jama.jama.net> References: <6038b7e0961ca4aec70cc6de8adbc79567500e2b.1319394187.git.sgw@linux.intel.com> <1319462157.25011.1.camel@ted> <20111024132405.GB3602@jama.jama.net> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [CONSOLIDATED PULL 11/27] pulseaudio-0.9.23: inherit perlnative to work around build on host without XML/Parser.pm 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: Mon, 24 Oct 2011 14:25:13 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2011-10-24 at 15:24 +0200, Martin Jansa wrote: > On Mon, Oct 24, 2011 at 02:15:57PM +0100, Richard Purdie wrote: > > On Sun, 2011-10-23 at 11:26 -0700, Saul Wold wrote: > > > From: Martin Jansa > > > > > > Signed-off-by: Martin Jansa > > > --- > > > .../pulseaudio/pulseaudio_0.9.23.bb | 2 +- > > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > > > diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb > > > index 33f5e15..4ac2418 100644 > > > --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb > > > +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb > > > @@ -4,7 +4,7 @@ PR = "r5" > > > > > > DEPENDS += "gdbm speex" > > > > > > -inherit gettext > > > +inherit gettext perlnative > > > > This doesn't look right. If we need xmlparser, we should state that in > > DEPENDS. If that is added to DEPENDS, I'm not sure we still need the > > inherit of perlnative? > > Yes I've forgot to put it in DEPENDS, khem sent version where he is > adding this inherit and DEPENDs.. > > but both are needed and only work arounds because build is calling perl > (not env perl) and perlnative helps to put perl from perl-native before > perl from host in PATH. > > Reported here: > http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/011323.html > > And I've sent this as work around before I'll fill oe-core bug report or > someone updates it to 1.1 and maybe fix it too. I've taken Khem's version of this so that should help address this problem. Cheers, Richard