From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QjeA8-0004OA-B2 for openembedded-core@lists.openembedded.org; Wed, 20 Jul 2011 23:18:36 +0200 Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=[192.168.114.3]) by hetzner.pbcl.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Qje6B-0003rw-Rd for openembedded-core@lists.openembedded.org; Wed, 20 Jul 2011 23:14:31 +0200 From: Phil Blundell To: Patches and discussions about the oe-core layer In-Reply-To: <15a85a3841fcd2b785871d4cb2f0a73b31f74cca.1311195893.git.Martin.Jansa@gmail.com> References: <7ac4de095ea2d0543c8c665e2cfd1be131781e8c.1311195893.git.Martin.Jansa@gmail.com> <15a85a3841fcd2b785871d4cb2f0a73b31f74cca.1311195893.git.Martin.Jansa@gmail.com> Date: Wed, 20 Jul 2011 22:14:25 +0100 Message-ID: <1311196465.7045.17.camel@lenovo.internal.reciva.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Subject: Re: [PATCH 04/10] polkit: inherit perlnative 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: Wed, 20 Jul 2011 21:18:36 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-07-20 at 23:06 +0200, Martin Jansa wrote: > * otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: > checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Is it the case that any recipe depending on intltool is going to have this issue? If so, maybe we could have a recipe_sanity check for that. p.