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 1RIKTd-0007Lm-Vo for openembedded-core@lists.openembedded.org; Mon, 24 Oct 2011 15:22:31 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p9ODG5Qa028587 for ; Mon, 24 Oct 2011 14:16:05 +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 27758-03 for ; Mon, 24 Oct 2011 14:16:00 +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 p9ODFv8H028580 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 24 Oct 2011 14:15:57 +0100 Message-ID: <1319462157.25011.1.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 24 Oct 2011 14:15:57 +0100 In-Reply-To: <6038b7e0961ca4aec70cc6de8adbc79567500e2b.1319394187.git.sgw@linux.intel.com> References: <6038b7e0961ca4aec70cc6de8adbc79567500e2b.1319394187.git.sgw@linux.intel.com> 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 13:22:31 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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? Cheers, Richard