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 1QqZFu-0001YC-FQ for openembedded-core@lists.openembedded.org; Tue, 09 Aug 2011 01:29:10 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p78NOgKW007465 for ; Tue, 9 Aug 2011 00:24:42 +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 06377-10 for ; Tue, 9 Aug 2011 00:24:38 +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 p78NOXo7007459 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 9 Aug 2011 00:24:34 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: <1312784043-3081-1-git-send-email-raj.khem@gmail.com> References: <1312784043-3081-1-git-send-email-raj.khem@gmail.com> Date: Tue, 09 Aug 2011 00:24:02 +0100 Message-ID: <1312845842.14274.282.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 1/2] shared-mime-info, avahi, 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: Mon, 08 Aug 2011 23:29:10 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sun, 2011-08-07 at 23:14 -0700, Khem Raj wrote: > Otherwise we end up with configure errors like below > > | checking for perl... /usr/bin/perl > | checking for perl >= 5.8.1... 5.12.4 > | checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool > | + bbfatal 'oe_runconf failed' > | + echo 'ERROR: oe_runconf failed' > | ERROR: oe_runconf failed > > Signed-off-by: Khem Raj We really need to tweak intltool's m4 file so we don't need to add in this ton of dependencies unnecessarily... Cheers, Richard